Can't start Android emulator after installing Windows 10 Anniversary update

半城伤御伤魂 提交于 2019-12-01 08:49:41

The problem in my case is that I had Credential Guard and Virtualization Based Security.

I disabled the mentioned Windows 10 features using Device Guard and Credential Guard hardware readiness tool.

Unzip the tool, in a Powershell command go to the folder where you unzipped the tool and type:

DG_Readiness_Tool_v2.0.ps1 -Disable

After rebooting I was able to reinstall HAXM and start my emulators.

You can turn off Hyper-V in the services menu (type "Services" in the Search thingy), and also use the Services menu to turn it back on. Even though it may not be necessary I still reboot after doing it this way.

EDIT: And also did you run Command Prompt as Admin?

EDIT2: Reinstall Intel HAXM, as @Morrison_Chang says

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!