Hi,
I am having trouble running samples or code inside emulator with new Android studio and Arcgis runtime for Android 10.2.5.
Has anyone succeeded ? How to setup emulator on AVD Manager?
Solved! Go to Solution.
The release notes mention that the 10.2.5 Android Archive (AAR) gradle dependency won't work on x86 emulators:
Release notes for 10.2.5—ArcGIS Runtime SDK for Android | ArcGIS for Developers
If you need to use an emulator you can remove the gradle dependency and manually include the 10.2.5 jars and native libs like you would have done with 10.2.4 and earlier releases:
The release notes mention that the 10.2.5 Android Archive (AAR) gradle dependency won't work on x86 emulators:
Release notes for 10.2.5—ArcGIS Runtime SDK for Android | ArcGIS for Developers
If you need to use an emulator you can remove the gradle dependency and manually include the 10.2.5 jars and native libs like you would have done with 10.2.4 and earlier releases: