1
votes

I started recently using Android Studio and am stuck with this error message:

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

Any idea how to resolve it?

I did some search on the issue am having and I think it has to do with changing my ANDROID_SDK_ROOT environment variable to the original value, but no clue how to do so.

1
Possible duplicate of Error in launching AVDshowp1984

1 Answers

0
votes

Not resolveable if you have an AMD processor on Windows, at least as far as I know.

If you have an Intel processor, enable the virtual extensions in your bios (called VT, if available). If you are on windows also install HAXM via the Android SDK manager. (also install it, the SDK manager will only download it: {SDK_FOLDER}\extras\intel\Hardware_Accelerated_Execution_Manager\intelhaxm.exe)

Disable hyper-V if you are on Windows 8 or above using: dism.exe /Online /Disable-Feature:Microsoft-Hyper-V

Genymotion is an alternative for AMD users.

Possible duplicate of Error in launching AVD with AMD processor