Failed to create Context 0x3005

风格不统一 提交于 2019-12-06 01:48:19

问题


I have windows 8, Eclipse IDE for Java Developers (JUNO ) for Windows 32 bit, and the updated and installed Android SDK 4.1.2 for windows.

I've unzipped the Android SDK for Windows, opened the SDK manager and installed:

Android SDK tool.
Android SDK platform tools
Android 4.1.2 (API 16) - all the folder
All the Extra folder.

After that I've opened the AVD manager and created a new AVD with the Google API 16 on with Nexus 7 (I've tried all of them ). When i am trying to run an app, am getting the following error:

*

> 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

*

I have tried all answers. Unfortunately, nothing works for me. Any help will be greatly appreciated. Thanks.


回答1:


Just go to AVD manager, Select created AVD & then Edit. Check the box Use Host GPU.. It worked for me.




回答2:


  1. Install JDK that supports the Android SDK. JRE alone is not sufficient! It worked for me. After installing JDK, close Eclipse and open the project again.
  2. If this still does not work, check the path variable for Java


来源:https://stackoverflow.com/questions/15314629/failed-to-create-context-0x3005

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!