mojo2 fails on Android

Monkey Forums/Monkey Bug Reports/mojo2 fails on Android

Duke87(Posted 2015) [#1]
Hey Guys, I downloaded MonkeyX85a, updated my config.winnt and everything.
When I try to run the 'standard' mojo bananas everything's fine with android, but when i try any mojo2 bananas with Emulator (emulated Android 4.0 and 2.3.3), then:
BUILD SUCCESSFUL
Total time: 13 seconds
Starting: Intent { cmp=com.monkeycoder.monkeygame/.MonkeyGame }
E/AndroidRuntime(  326): FATAL EXCEPTION: GLThread 10
E/AndroidRuntime(  326): java.lang.IllegalArgumentException: No configs match configSpec
E/AndroidRuntime(  326): 	at android.opengl.GLSurfaceView$BaseConfigChooser.chooseConfig(GLSurfaceView.java:763)
E/AndroidRuntime(  326): 	at android.opengl.GLSurfaceView$EglHelper.start(GLSurfaceView.java:919)
E/AndroidRuntime(  326): 	at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1264)
E/AndroidRuntime(  326): 	at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1118)


Any idea what's wrong ?
Did I miss to install something?

Is this an SDK/JDK issue, or Monkey?