Android SDK: can't open map in emulator

4201
8
Jump to solution
05-14-2013 04:35 AM
MariusGächter
New Contributor
Dear all,
I have an app with one activity, which contains a viewflipper with multiple "subviews".
the app runs like a charm in the emulator until I open the "subview" with the MapView.
I get the following error:
FATAL EXCEPTION: GLThread 78
java.lang.IllegalArgumentException: No configs match configSpec
at com.esri.android.map.MapSurface$a.chooseConfig(Unknown Source)
at android.opengl.GLSurfaceView$EglHelper.start(GLSurfaceView.java:1024)
at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1401)
at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1240)

Thanks for your help.
Cheers
0 Kudos
1 Solution

Accepted Solutions
EricBader
Occasional Contributor III
Have you read this blog about setting up the emulator?
http://blogs.esri.com/esri/arcgis/2012/05/02/arcgis-runtime-sdk-for-android-v1-1-supports-android-em...

This really helped me when I was struggling with that same issue.

View solution in original post

0 Kudos
8 Replies
EricBader
Occasional Contributor III
Have you read this blog about setting up the emulator?
http://blogs.esri.com/esri/arcgis/2012/05/02/arcgis-runtime-sdk-for-android-v1-1-supports-android-em...

This really helped me when I was struggling with that same issue.
0 Kudos
MariusGächter
New Contributor
Have you read this blog about setting up the emulator?
http://blogs.esri.com/esri/arcgis/2012/05/02/arcgis-runtime-sdk-for-android-v1-1-supports-android-em...

This really helped me when I was struggling with that same issue.




Perfect, it works now.
Thank you very much eric906.
Please excuse my late reply.

Cheers leafit
0 Kudos
PhilipKnight1
Occasional Contributor
I really wish ESRI would mention this in the requirements or readme somewhere
0 Kudos
DanO_Neill
Occasional Contributor III
I really wish ESRI would mention this in the requirements or readme somewhere


Great point, I have made note of it.  Please don't hesitate to submit ideas like this to ArcGIS Ideas.
0 Kudos
JosephFlynn
New Contributor
I really wish ESRI would mention this in the requirements or readme somewhere
Bump.  Me too.  I spent a lot of time debugging this to find out that the GPU emulator stuff mentioned in the blog fixed it.
0 Kudos
DanO_Neill
Occasional Contributor III
We have an emulator doc and will support x86 emulator in the upcoming 10.2 SDK release.
0 Kudos
DiegoCostantini
New Contributor

Is the doc available? Cannot find it and my x86 emulator cannot open maps (10.2.3)

0 Kudos
DanO_Neill
Occasional Contributor III

EMULATOR.txt file is located in the local SDK download under [arcgis-android-install-dir]/tools/EMULATOR.txt

0 Kudos