0
votes

emulator: ERROR: x86 emulation currently requires hardware acceleration! Please ensure Intel HAXM is properly installed and usable. CPU acceleration status: HAX kernel module is not installed!

I am getting the above error message when i launched my android avd emulator .

i even installed HAXM installer on your SDK Manager and enabled virtualization on my hcomputer.uninstalled Avast software too. please help me out to solve this issue.

1
possible duplicate of Error in launching AVDScott Barta

1 Answers

0
votes

Try the following commands as admin from a command line: (assuming you've turned on VT in BIOS)
bcdedit /set hypervisorlaunchtype off
bcdedit /set nx AlwaysOn