Failed to create Context 0x3005

12,483

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

Share:
12,483
Admin
Author by

Admin

Updated on June 11, 2022

Comments

  • Admin
    Admin almost 2 years

    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.