android - Intel x86 HAXM installation error -


hae . i'm trying install intel haxm , giving me error..intel virtualization not turned on.however,i have turned on .. might problem

make sure have hypervison off
bcdedit /set hypervisorlaunchtype off
there's nx, xd bit setting. can type
bcdedit /set nx alwayson
make sure use haxm web site instead of using 1 downloaded through android studio). https://software.intel.com/en-us/android/articles/intel-hardware-accelerated-execution-manager
if you're using avast, disable "enable hardware-assisted virtualization" under: settings > troubleshooting.


Comments

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -