Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Failed to create Context 0x3005

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.

like image 555
Shiva Avatar asked Mar 09 '13 18:03

Shiva


1 Answers

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

like image 125
rmn.nish Avatar answered Oct 12 '22 21:10

rmn.nish