Android emulator: could not get wglGetExtensionsStringARB error

100,927

Solution 1

I faced the similar problem. In my case I had created the new virtual device and had enabled the snapshot. I just unchecked the checkbox Go to AVD Manager -> Select the device -> click Edit and uncheck the Enabled checkbox. I hope this works.

Solution 2

When you create the emulator, you need to choose properties CPU/ABI is Intel Atom (installed it in SDK manager )

Solution 3

just change your JDK I installed the JDK of SUN not Oracle and it works for me....

Solution 4

For me changing the Emulated Performance setting to "Store a snapshot for faster startup" and unchecking "Use Host GPU" fixed the problem.

Solution 5

First of all, use INTEL x86... this as CPU/ABI. Secondly, uncheck Snapshot if it is checked. Keep the Target upto Android 4.2.2

Share:
100,927
Teererai Marange
Author by

Teererai Marange

Student in computer science.

Updated on May 29, 2020

Comments

  • Teererai Marange
    Teererai Marange almost 4 years

    I am getting this error in the android emulator logs since I updated the SDKManager and ADT:

    [2012-07-10 15:51:23 - Emulator] could not get wglGetExtensionsStringARB

    What does it mean? And is there anything I can do about it?