When I use Emulator 2.2 or 2.3, my ArcGIS Android application breaks with the following exception:
java.lang.IllegalArgumentException: No configs match configSpec
at android.opengl.GLSurfaceView$EglHelper.throwEglException(GLSurfaceView.java:1077)
android.opengl.GLSurfaceView$EglHelper.swap(GLSurfaceView.java:1035)
android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1333)
at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1116)
When I run the same application on my phone, it works. How do I resolve this problem?