Emulator not working on Android studio and ArcGis for android 10.2.5

3964
1
Jump to solution
02-09-2015 02:46 AM
TeroRönkkö
Occasional Contributor

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?

0 Kudos
1 Solution

Accepted Solutions
AlanHamilton1
New Contributor II

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:

SDK Downloads | ArcGIS for Developers

View solution in original post

1 Reply
AlanHamilton1
New Contributor II

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:

SDK Downloads | ArcGIS for Developers