Sunday 20 August 2017

Android Studio local emulator incompatible with Hyper-V

Android Studio is incompatible with Hyper-V.
You can turn off Hyper-V with:

bcdedit /set hypervisorlaunchtype off

You also get a bit better performance out of your PC. To turn it back on:

bcdedit /set hypervisorlaunchtype on (or auto start)

No comments:

Post a Comment