Search code examples
androideclipseibm-mobilefirst

How to integrate the Android Support Repository in an IBM MobileFirst Platform 7.1 project using Eclipse


I'm working in an IBM MobileFirst 7.1 project using Eclipse Mars but when I'm trying to deploy my app in a device, the app stops and the error is related to android/support/v4/view/GestureDetectorCompat class. I'm using the support library 19 because this is a jar file, however if I want to use the 25 or 26 alpha I can't find the way to convert the .aar file to .jar and keep working with Eclipse IDE.

Is any way to work with a support library updated with this configuration?


Solution

  • As a quick fix, you can extract the .aar file which will contain the classes.jar which you can use in Eclipse.