【发布时间】:2012-08-30 19:16:45
【问题描述】:
我是新手。
尝试使用 cocos2dx (cocos2d-2.0-rc2-x-2.0.1) 运行 HelloWorld 示例, Android SDK 20.0.1,Android NDK r8,在 64 位 Linux 机器上(openSuse 12.1)。
从 Eclipse 运行仿真时出现以下异常:
W/dalvikvm( 644): threadid=13: thread exiting with uncaught exception (group=0x40a13300)
E/AndroidRuntime( 644): FATAL EXCEPTION: GLThread 77
E/AndroidRuntime( 644): java.lang.IllegalArgumentException: No configs match configSpec
E/AndroidRuntime( 644): at android.opengl.GLSurfaceView$BaseConfigChooser.chooseConfig(GLSurfaceView.java:863)
E/AndroidRuntime( 644): at android.opengl.GLSurfaceView$EglHelper.start(GLSurfaceView.java:1024)
E/AndroidRuntime( 644): at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1401)
E/AndroidRuntime( 644): at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1240)
D/gralloc_goldfish( 644): Emulator without GPU emulation detected.
有什么想法吗?
【问题讨论】: