Game sample crashes with "No Config Chosen" after clicking "new game".

I tried running the provided game sample on an emulator. The sample starts up fine, but as soon as I click "New Game" the application crashes with the following log data:

01-21 01:57:42.588: E/AndroidRuntime(10079): FATAL EXCEPTION: GLThread 111
01-21 01:57:42.588: E/AndroidRuntime(10079): java.lang.IllegalArgumentException: No config chosen
01-21 01:57:42.588: E/AndroidRuntime(10079): at android.opengl.GLSurfaceView$BaseConfigChooser.chooseConfig(GLSurfaceView.java:874)
01-21 01:57:42.588: E/AndroidRuntime(10079): at android.opengl.GLSurfaceView$EglHelper.start(GLSurfaceView.java:1024)
01-21 01:57:42.588: E/AndroidRuntime(10079): at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1401)
01-21 01:57:42.588: E/AndroidRuntime(10079): at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1240)

Any thoughts or pointers?

Comments

  • tacograveyardtacograveyard Posts: 18Member
    If anyone else runs into this error, restarting eclipse several times fixed the issue. As always: When In Doubt Reboot.
Sign In or Register to comment.