我试图了解 android 模拟器的工作原理。我使用 adt 捆绑包(Eclipse)。昨天模拟器启动时出错,更改内存,堆大小,重新创建,重新启动允许运行模拟器。今天重新启动计算机后 - 模拟器停止再次运行。同样的错误 0x3005 - OpenGLS。安慰:
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
.... 在完成应用程序启动和工作。为什么我收到这些错误?如何避开他们?谢谢。