0

Following are the errors I am facing while running the android emulator in an android studio.

1:44 PM Emulator: init: Could not find wglGetExtensionsString!

1:44 PM Emulator: getGLES2ExtensionString: Could not find GLES 2.x config!

1:44 PM Emulator: Failed to obtain GLES 2.x extensions string!

1:44 PM Emulator: Could not initialize emulated framebuffer

1:44 PM Emulator: Warning: requested RAM 1536M too high for your system. 
Reducing to maximum supported size 512M

1:44 PM Emulator: qemu-system-x86_64.exe: Could not load library 
WinHvPlatform.dll.

1:44 PM Emulator: failed to initialize WHPX: Function not implemented

Thank you in advance.

umang
  • 11
  • 1
  • 6

3 Answers3

1

Well, this is something related to graphics.

To use Windows Hypervisor Platform (WHPX) on Windows you need an AMD CPU.

Navin
  • 130
  • 1
  • 6
0

qemu-system-x86_64.exe: Could not load library WinHvPlatform.dll.

It seems like it couldn't load WinHvPlatform.dll library. Reinstalling or recreating the ADV might help in this case.

requested RAM 1536M too high for your system. Reducing to maximum supported size 512M

Try setting maximum ram to 512mb in the AVD.

ʍѳђઽ૯ท
  • 16,646
  • 7
  • 53
  • 108
0

--> Go to tools menu.

--> Go to avd managare.

--> Edit Virtual Device you create (for example: Nexus_5X_API_27 ).

--> Click on Advance Settings Button.

--> In Emulated Performance change Graphics to Software GLES 2.0

--> In Memory change RAM field to 512.

--> finish.

in think it will work. all the best.

abjal mor
  • 103
  • 5
  • Well, I already tried these settings and in the latest version of an android studio, graphics setting was disabled by default. I already reinstall it many times still facing this issue, again and again, I am using 32-bit OS. – umang Oct 01 '18 at 09:37