Android Emulator: Could Not Get Wglgetextensionsstringarb Error

Android emulator: could not get wglGetExtensionsStringARB error

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.

Android Studio emulator could not find wglgetextensionsstringarb

SOLVED IT!

it seems to be a screen resolution issue.

I have a 4K laptop but I use 2 regular large screens and the laptop screen if off (lid closed). it seems that my graphics cards detects this and switches to the on board shitty intel card.

the solution is:

  1. open laptop lid (so the laptop screen will be on)
  2. start emulator
  3. once the emulator is running, you can close the laptop lid

or use your graphics cards settings to enable hardware GPU always for AVD (if possible)

Windroy Android Emulator: Having error- could not get wglGetExtensionsStringARB, failed to create context 0*3005

Yes, in android studio there is an avd editor...

Your error is one of the following:

1.Not enough RAM assigned to the avd, should be 756megs or higher


  1. You have an old video graphics driver and need to update

wglGetExtensionsStringARB' error running map application in Android Emulator

Perhaps, your app requires OpenGL 2.0, emulator didn't support it until recently. If so, check this Android OpenGL ES 2.0 emulator

Problems launching the emulator in Android Studio.

Update your gpu drivers might help



Related Topics



Leave a reply



Submit