When trying to create a virtual emulator in Android Studio I get the following error message:
Android Emulator is incompatible with Hyper-V
What can be due?
When trying to create a virtual emulator in Android Studio I get the following error message:
Android Emulator is incompatible with Hyper-V
What can be due?
Microsoft Hyper-V is a hypervisor-based virtualization program for 64-bit systems with processors based on AMD-V or Intel Virtualization Technology. Most likely and what I understand is that Hyper-V is incompatible with the Android Studio emulator due to a coincidence that they both use HAXM to run .
To solve this problem I recommend you to install another emulator like Genymotion and try or download the official android emulator for Windows from here .
If it still doesn't work, take a look at the similar questions that were asked in the English community:
Can I run Android Studio (Android SDK emulator) in a Microsoft hyper-v virtual machine?
How to Disable Hyper-V and install HAXM in Windows 8
Hope this can help you!