在模拟器启动期间出现Android OpenGL错误

时间:2012-10-21 16:32:17

标签: android opengl-es

我已更新所有SDK并安装了所有必需的组件。我的代码没有任何错误但是每当我在模拟器中启动任何Android应用程序时,我在控制台中都会收到以下错误。 之后,模拟器正常运行,应用程序运行完美。

Error :

[2012-10-21 21:50:57 - MushTouch] ------------------------------
[2012-10-21 21:50:57 - MushTouch] Android Launch!
[2012-10-21 21:50:57 - MushTouch] adb is running normally.
[2012-10-21 21:50:57 - MushTouch] Performing swayam.dev.mushtouch.MushTouchActivity activity launch
[2012-10-21 21:50:57 - MushTouch] Automatic Target Mode: Preferred AVD 'Tablet_4.1' is not available. Launching new emulator.
[2012-10-21 21:50:57 - MushTouch] Launching a new emulator with Virtual Device 'Tablet_4.1'
[2012-10-21 21:50:58 - Emulator] Failed to create Context 0x3005
[2012-10-21 21:50:58 - Emulator] emulator: WARNING: Could not initialize OpenglES emulation, using software renderer.
[2012-10-21 21:50:58 - Emulator] could not get wglGetExtensionsStringARB
[2012-10-21 21:50:58 - Emulator] could not get wglGetExtensionsStringARB
[2012-10-21 21:50:58 - Emulator] could not get wglGetExtensionsStringARB
[2012-10-21 21:50:58 - Emulator] could not get wglGetExtensionsStringARB
[2012-10-21 21:50:58 - Emulator] could not get wglGetExtensionsStringARB
[2012-10-21 21:50:58 - Emulator] could not get wglGetExtensionsStringARB
[2012-10-21 21:50:58 - Emulator] could not get wglGetExtensionsStringARB
[2012-10-21 21:50:58 - Emulator] could not get wglGetExtensionsStringARB
[2012-10-21 21:50:58 - MushTouch] New emulator found: emulator-5554
[2012-10-21 21:50:58 - MushTouch] Waiting for HOME ('android.process.acore') to be launched...

在此之后,一切都很完美。我知道这对应用程序开发来说并不是一个障碍,因为在此之后一切都正常运行,但我仍然想知道这个错误背后的原因。我错过了任何组件吗?我的系统不支持任何东西吗?可能是错误的原因是什么?

我的开发环境: Windows 7旗舰版32位, Eclispe Juno, JDK 1.6和1.7

谢谢!

0 个答案:

没有答案