0

Android Emulator not starting, I have new installation of android studio and AVD when launching through the command prompt it gives this error,

ERROR IMAGE

I have my emulator setup as 2GB ram, and with graphics as softwares GLES 2.0, Tried almost everything available but it is not working, What could be the solution for it?

1 Answers1

0

This problem can be due to many reasons. The first thing you gotta try is disable Vulkan completely (it's not a solution, but rather a workaround). Check this solution : Disabling Vulkan

Second of all, you could try disabling the QuickBoot feature all together, add this command -no-snapshot. Learn more here Emulator CMD Commands

EDIT: You can also try playing around with the additional System commands such as Engine command and GPU command (mentioned in the link above). For example, you can try switching Acceleration off -accel off Or try using the older QEMU engine -engine classic Also play around with the GPU mode. Good luck.

yuroyami
  • 814
  • 6
  • 24