Android模拟器和OpenGL ES失败

时间:2013-02-14 07:43:22

标签: java android opengl-es android-emulator

我试着了解android的工作模拟器。 我使用adt bundle(Eclipse)。 昨天模拟器启动时出错, 更改内存,堆大小,重新创建,重新启动允许运行模拟器。 今天重新启动计算机后 - 模拟器再次停止运行。相同的错误0x3005 - OpenGlES。 控制台:

 Android Launch!
 adb is running normally.
 Performing com.android0.MainActivity activity launch
 Automatic Target Mode: Preffered AVD 'em10' is not available. Launching new emulator.
 Launching a new emulator with Virtual Device 'em10'
 Failed to create Context 0x3005
 could not get wgGetExtensionsStringARB
 could not get wgGetExtensionsStringARB
 could not get wgGetExtensionsStringARB
 emulator: WARNING: Could not initialize OpenglES emulation, using software renderer.
 could not get wgGetExtensionsStringARB
 could not get wgGetExtensionsStringARB
 could not get wgGetExtensionsStringARB
 could not get wgGetExtensionsStringARB
 could not get wgGetExtensionsStringARB
 emulator: emulator window was out of view and was recentered

.... 在完成应用程序启动和工作。 为什么我收到这些错误?如何贬低他们? 感谢。

0 个答案:

没有答案