Bluescreen on windows 10 after using android emulator

I had the same problem. Run the CMD in administrative mode and run command bcdedit /set hypervisorlaunchtype off.

But just this step didn't work.

As a second step, I checked whether Intel X86 Emulator Accelerator (HAXM installer) is installed on the SDK Manager > SDK Tools. I saw the "update available" and updated it.

Problem is solved.


Solve this

1 - Enable virtualization (from bios/UEFI setting)

2 - Disable hyper-v and restart (Credit to Sadhurshan) bcdedit /set hypervisorlaunchtype off

3 - Install intel haxm https://software.intel.com/en-us/articles/intel-hardware-accelerated-execution-manager-intel-haxm


Turning off hyper-v in your pc will fix the problem. Run the CMD in administrative mode and run this command bcdedit /set hypervisorlaunchtype off.


Run the CMD in administrative mode and run this command bcdedit /set hypervisorlaunchtype off.