एंड्रॉयड स्टूडियो के एंड्रॉयड एमुलेटर को कैसे ठीक करें हाइपर-वी त्रुटि के साथ असंगत है
Hyper-V needs to be disabled to start an Android emulator in Android Studio.

The fix is straight forward. Clicking the Turn off Hyper-V link and following the instructions will fix the error. Here are the instructions below…
Intel HAXM is required to run this AVD.
Android Emulator is incompatible with Hyper-V.
दुर्भाग्य से, you cannot have Hyper-V running and use the emulator.
Here is what you can do:
- Start a command prompt as Administrator
- Run the follow command
bcdedit /set hypervisorlaunchtype off - Reboot your machine
Once your machine has rebooted then the android emulator’s in Android Studio should run as normal.
