1
votes

I tried to run my Android Studio application in my computer but got following informations:

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!

According to suggestion from website, I run intelhaxm-android.exe, it gave me following error:

VT not supported This computer does not support Intel Virtualization Technology (VT-x). HAXM cannot be installed. Please refer to the Intel HAXM documentation for more information.

What I can do now? Any help will be appreciated!

1

1 Answers

0
votes

Unfortunately it looks like your CPU doesn't have Intel VT, which is a hardware feature that's not always available in all Intel CPUs. See following list. http://ark.intel.com/Products/VirtualizationTechnology

If you do find your CPU in this list, then it's probably disabled by BIOS. Go into your BIOS settings and look for security settings, CPU or Intel to enable VT.