I have this line of code:

mGLView.setEGLConfigChooser (5, 5, 5, 0, 0, 0);

I get this exception:

11-18 06:50:15.785: E/AndroidRuntime(7800): FATAL EXCEPTION: GLThread
11
11-18 06:50:15.785: E/AndroidRuntime(7800):
java.lang.IllegalArgumentException: No config chosen
11-18 06:50:15.785: E/AndroidRuntime(7800):     at
android.opengl.GLSurfaceView
$BaseConfigChooser.chooseConfig(GLSurfaceView.java:771)
11-18 06:50:15.785: E/AndroidRuntime(7800):     at
android.opengl.GLSurfaceView$EglHelper.start(GLSurfaceView.java:916)
11-18 06:50:15.785: E/AndroidRuntime(7800):     at
android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:
1246)
11-18 06:50:15.785: E/AndroidRuntime(7800):     at
android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1116)

Anyone know why?

-- 
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

Reply via email to