我有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)
* …
eclipse installation android android-virtual-device android-emulator