I get to see the list with the available demos inside the application, but choosing any of the demos just throws this error on the console:
12-24 18:09:07.093: D/libEGL(280): egl.cfg not found, using default config
12-24 18:09:07.093: D/libEGL(280): loaded /system/lib/egl/libGLES_android.so
12-24 18:09:07.153: W/dalvikvm(280): threadid=8: thread exiting with uncaught exception (group=0x4001d800)
12-24 18:09:07.183: E/AndroidRuntime(280): FATAL EXCEPTION: GLThread 9
12-24 18:09:07.183: E/AndroidRuntime(280): java.lang.IllegalArgumentException: No EGLConfig found!
12-24 18:09:07.183: E/AndroidRuntime(280): at org.andengine.opengl.view.ConfigChooser.chooseConfig(ConfigChooser.java:144)
12-24 18:09:07.183: E/AndroidRuntime(280): at android.opengl.GLSurfaceView$EglHelper.start(GLSurfaceView.java:916)
12-24 18:09:07.183: E/AndroidRuntime(280): at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1246)
12-24 18:09:07.183: E/AndroidRuntime(280): at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1116)
Why is that? How can I fix it?
