0

Android Emulator is annoying me from days. Runs properly for some days and gives somekind of error next day. This time when I click to start emulator, it appears in taskbar and then crashes giving me following errors:

Emulator: init: Could not find wglGetExtensionsStringARB!
Emulator: getGLES2ExtensionString: Could not find GLES 2.x config!
Emulator: Failed to obtain GLES 2.x extensions string!
Emulator: Could not initialize emulated framebuffer

I am using Android studio 3.0.1 and Emulator: 27.1.12

Note: I have tried using Software Graphics it reduces performance/responsiveness of Virtual device. My question is it was running perfectly yesterday, what has happened to it today?

Robert Williams
  • 1,370
  • 1
  • 17
  • 38
  • 1
    Possible duplicate of [Android emulator: could not get wglGetExtensionsStringARB error](https://stackoverflow.com/questions/11407501/android-emulator-could-not-get-wglgetextensionsstringarb-error) – Sebastian M Mar 22 '18 at 07:24

2 Answers2

0

Uncheck Use Host GPU option in AVD manager.

Ashton
  • 174
  • 11
  • One thing I have observed that it works fine after restarting system starts giving this error when I wake up system from sleep. – Robert Williams Mar 22 '18 at 10:48
0

Looks like you're having issues with videocard drivers. Try something from this list: set Graphics setting of virtual device to Automatic, delete and recreate virtual device, update/reinstall videocard drivers.

epchain
  • 23
  • 7
  • One thing I have observed that it works fine after restarting system starts giving this error when I wake up system from sleep. – Robert Williams Mar 22 '18 at 10:47