无法创建上下文0x3005

Shi*_*iva 6 eclipse installation android android-virtual-device android-emulator

我有Windows 8,用于Windows 32位的Eclipse IDE for Java Developers(JUNO),以及用于Windows的更新和安装的Android SDK 4.1.2.

我已解压Android SDK for Windows,打开SDK管理器并安装:

Android SDK tool.
Android SDK platform tools
Android 4.1.2 (API 16) - all the folder
All the Extra folder.
Run Code Online (Sandbox Code Playgroud)

之后,我打开了AVD经理,用Nexus 7创建了一个带有Google API 16的新AVD(我已经尝试了所有这些).当我尝试运行应用程序时,出现以下错误:

*

> Failed to create Context 0x3005 emulator: 
> WARNING: Could not initialize OpenglES emulation, using software renderer.
> could not get wglGetExtensionsStringARB
> could not get wglGetExtensionsStringARB
> could not get wglGetExtensionsStringARB
> could not get wglGetExtensionsStringARB
> could not get wglGetExtensionsStringARB
Run Code Online (Sandbox Code Playgroud)

*

我已经尝试了所有答案.不幸的是,没有什么对我有用.任何帮助将不胜感激.谢谢.

rmn*_*ish 2

只需转到 AVD 管理器,选择创建的 AVD,然后进行编辑。选中“使用主机 GPU”框。它对我有用。