I got error java.lang.IllegalArgumentException:  No configs match configSpec

1693
2
03-05-2012 01:07 AM
VirenSavaliya
New Contributor
Hello,

I got following error in eclipse , I used macbook pro And ran sample project of Arc GIS.

System information

Macbook pro. intel i5 , 4GB Ram
Eclipse Galilo.


03-05 16:24:03.774: E/AndroidRuntime(563): FATAL EXCEPTION: GLThread 75
03-05 16:24:03.774: E/AndroidRuntime(563): java.lang.IllegalArgumentException: No configs match configSpec
03-05 16:24:03.774: E/AndroidRuntime(563):  at com.esri.android.map.MapSurface$a.chooseConfig(Unknown Source)
03-05 16:24:03.774: E/AndroidRuntime(563):  at android.opengl.GLSurfaceView$EglHelper.start(GLSurfaceView.java:1009)
03-05 16:24:03.774: E/AndroidRuntime(563):  at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1362)
03-05 16:24:03.774: E/AndroidRuntime(563):  at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1216)


Please help me .
0 Kudos
2 Replies
G__H_Chinoy
New Contributor
Is this error when you're using an emulator? It may be that the emulator doesn't support openGL ES 2.0.

Try on a device and see if you still get this same error.

Reference thread: http://forums.arcgis.com/threads/48034-Error-Loading-Map
0 Kudos
VirenSavaliya
New Contributor
Is this error when you're using an emulator? It may be that the emulator doesn't support openGL ES 2.0.

Try on a device and see if you still get this same error.

Reference thread: http://forums.arcgis.com/threads/48034-Error-Loading-Map


Thanks

for reply, its working.
0 Kudos