Open gl apps test on device only don't use simulator On Aug 6, 2013 3:31 PM, "surabhi jain" <[email protected]> wrote:
> Hi > > My app get successfully run on device :) > > I think, emulator does not support openGL. > > Thanks & Regards > Surabhi Jain > > > On Tue, Aug 6, 2013 at 3:06 PM, surabhi jain <[email protected]>wrote: > >> After setting >> >> GPU Emulation in hardware property yes.. and >> >> setting EGLConfigChooser true before set renderer function, >> >> getting same problem when running on emulator :( >> >> >> >> >> On Tue, Aug 6, 2013 at 2:33 PM, Aashish kumar <[email protected]>wrote: >> >>> After Gpu emulation hardware propety set it's value to yes .. >>> >>> Also seteglchooser true before set renderer function after that it will >>> work.. >>> >>> Thanks & Regards, >>> >>> Aashish >>> On Aug 6, 2013 5:38 PM, "surabhi jain" <[email protected]> wrote: >>> >>>> Thanks Aashish for your reply. >>>> >>>> I am new for OPENGL. >>>> >>>> I am running my app on emulator. >>>> >>>> In emulator settings, I have also add 'GPU Emulation' but it is >>>> showing same error. >>>> >>>> What is "spec on graphics card" ? >>>> >>>> Thanks & Regards >>>> Surabhi Jain >>>> >>>> >>>> On Tue, Aug 6, 2013 at 1:10 PM, Aashish kumar >>>> <[email protected]>wrote: >>>> >>>>> Please check spec on your graphics card which is conpatable on openGL >>>>> version....... >>>>> On Aug 6, 2013 4:35 PM, "surabhi jain" <[email protected]> >>>>> 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 >>>>>> [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. >>>>>> >>>>>> >>>>>> >>>>> -- >>>>> 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. >>>>> >>>>> >>>>> >>>> >>>> >>>> >>>> -- >>>> Thanks & Regards >>>> Surabhi Jain >>>> >>>> -- >>>> 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. >>>> >>>> >>>> >>> -- >>> 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. >>> >>> >>> >> >> >> >> -- >> Thanks & Regards >> Surabhi Jain >> > > > > -- > Thanks & Regards > Surabhi Jain > > -- > 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. > > > -- 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.

