Hi All, I am creating a simple app using OpenGL.
On loading app, it is throwing exception as follows: 08-06 12:51:00.694: E/AndroidRuntime(280): FATAL EXCEPTION: GLThread 8 08-06 12:51:00.694: E/AndroidRuntime(280): java.lang.IllegalArgumentException: No configs match configSpec 08-06 12:51:00.694: E/AndroidRuntime(280): at android.opengl.GLSurfaceView$BaseConfigChooser.chooseConfig(GLSurfaceView.java:760) 08-06 12:51:00.694: E/AndroidRuntime(280): at android.opengl.GLSurfaceView$EglHelper.start(GLSurfaceView.java:916) 08-06 12:51:00.694: E/AndroidRuntime(280): at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1246) 08-06 12:51:00.694: E/AndroidRuntime(280): at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1116) What is going wrong? In which case, that exception occur? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

