Skip to content Skip to sidebar Skip to footer

Android Studio Avd Emulator Is Not Working

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: getG

Solution 1:

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.

Solution 2:

--> 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.

Solution 3:

Well, this is something related to graphics.

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

Post a Comment for "Android Studio Avd Emulator Is Not Working"