0

I launched the AVD Manager with Android Studio 2.2.3 in order to run the avd Nexus 5X API 25 x86 and I got these errors :

emulator: WARNING: Crash service did not start
ERROR: resizing partition e2fsck failed with exit code 1
init: Could not find wglGetExtensionsStringARB!
getGLES2ExtensionString: Could not find GLES 2.x config!
Failed to obtain GLES 2.x extensions string!
Could not initialize emulated framebuffer
Warning: requested ram_size 1536M too big, reduced to 1024M
emulator: WARNING: userdata partition is resized from 550 M to 800 M
Hax is enabled
Hax ram_size 0x40000000
HAX is working and emulator runs in fast virt mode.
emulator: WARNING: UpdateCheck: Failure: Error
emulator: Listening for console connections on port: 5554
emulator: Serial number of this emulator (for ADB): emulator-5554
emulator: ERROR: Could not initialize OpenglES emulation, use '-gpu off' to disable it.

My computer has 4Gb of RAM. So what should I do to fix the errors ?

pheromix
  • 18,213
  • 29
  • 88
  • 158
  • It seems to me [this](http://stackoverflow.com/questions/30686324/error-while-running-android-application-could-not-initialize-opengles-emulatio) would resolve your issue. – azizbekian Feb 22 '17 at 11:01

1 Answers1

2

It seems that your VGA driver doesn't support OpenglES.

Turn this option off.

enter image description here

Ahmad Behzadi
  • 1,006
  • 15
  • 30