We are developing a Hybrid Application and have only added necessary libraries to the project. We have the ESRI ArcGIS jars (Native maps) and Pro-guarded version of Google Play Services (to include only Analytics) in the app. From MobileFirst features, we have JSONStore enabled.
This is resulting in dex issue in Android: Conversion to Dalvik format failed: Unable to execute dex: method ID not in [0, 0xffff]: 65536
ArcGIS recommends not to proguard their already optimized API, in which case we have limited options.
Does anyone know the steps to enable multi-dex in our hybrid app, spl. because we are limited to using Eclipse IDE for MobileFirst app development.