Tuesday, August 6, 2013

Re: [android-developers] OpenGL giving error "java.lang.IllegalArgumentException: No configs match configSpec"

Please check spec on your graphics card which is conpatable on openGL version.......

On Aug 6, 2013 4:35 PM, "surabhi jain" <surabhi17.jain@gmail.com> wrote:
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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
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 android-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
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 android-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment