Seems like this is a problem with the BasicGLSurfaceView sample.

I bet the emulator doesn't like OpenGL ES 2.0.


On Monday, October 15, 2012 10:07:48 AM UTC-5, Bob S wrote:
>
> Hello, I was trying to test out some OpenGL sample code, but it doesn't 
> run on the AVD I set up.  It does run directly on my device, a Samsung 
> Galaxy Note N7000.
>
> How can I tell what to change about the emulator to get it to run?  I am 
> new to Android development.
>
> After the emulator boots up, it seems to try to run the app, but then it 
> gives me the messge:
> Unfortunatel, "app name" has ended.
>
> Here's how I have the AVD set up:
> Target: Android 4.1 - API Level 16
> CPU/ABI: ARM (armeabi-v7a)
> SD card: 32 MiB
>
> Skin: Built in WVGA800
>
> Below I've listed the errors that appear in the console.
> Thanks
> Bob
>
>
> 10-15 10:06:41.912: E/Trace(707): error opening trace file: No such file 
> or directory (2)
> 10-15 10:06:42.503: D/libEGL(707): Emulator without GPU support detected. 
> Fallback to software renderer.
> 10-15 10:06:42.513: D/libEGL(707): loaded 
> /system/lib/egl/libGLES_android.so
> 10-15 10:06:42.533: D/gralloc_goldfish(707): Emulator without GPU 
> emulation detected.
> 10-15 10:06:42.593: W/dalvikvm(707): threadid=11: thread exiting with 
> uncaught exception (group=0x40a13300)
> 10-15 10:06:42.603: E/AndroidRuntime(707): FATAL EXCEPTION: GLThread 78
> 10-15 10:06:42.603: E/AndroidRuntime(707): 
> java.lang.IllegalArgumentException: No configs match configSpec
> 10-15 10:06:42.603: E/AndroidRuntime(707): at 
> android.opengl.GLSurfaceView$BaseConfigChooser.chooseConfig(GLSurfaceView.java:863)
> 10-15 10:06:42.603: E/AndroidRuntime(707): at 
> android.opengl.GLSurfaceView$EglHelper.start(GLSurfaceView.java:1024)
> 10-15 10:06:42.603: E/AndroidRuntime(707): at 
> android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1401)
> 10-15 10:06:42.603: E/AndroidRuntime(707): at 
> android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1240)
>
>

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to