1

I installed Android studio in my windows 7 OS and it doesn't allow me to load AVDs. It shows this error.

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 tried several things. I enabled "Intel Virtualization Technology" from the BIOS setup and re-installed XHAM installer from SDK Manager. But nothing changed. At last I tried to install "intelhaxm-android.exe" at the file location but it gives an error as below...!

"This computer meets the requirements for the XHAM, but intel
virtualization technology (VT-x) is not turned on. XHAM cannot be installed
untill VT-x is enabled. Please refer to the Intel XHAM documentation for the 
information"

But I have already enabled it from the BIOS!!

PrazSam
  • 1,166
  • 2
  • 12
  • 20

2 Answers2

2

Your computer can only use one type of VT at a time. That's why many Windows 8 users are having trouble with Hyper-V. Avast Antivirus (and probably others) also use this. You can either uninstall your antivirus software, or search for the option that uses virtualization. In Avast, you can do it as seen in the picture. You have to reboot your computer after this change.enter image description here

DevJem
  • 656
  • 1
  • 13
  • 21
  • I did it after you say. But it doesn't help!! – PrazSam Mar 09 '15 at 04:56
  • Oh, I didn't notice that. Thanks. It was the problem. Now it works well. Problem solved. Thanks again for the great help. – PrazSam Mar 09 '15 at 14:09
  • Sweet, I'm glad. Please accept this answer if it worked. – DevJem Mar 09 '15 at 14:34
  • 1
    In addition, Avast hardware-assisted virtualization must be disabled only during the installation of the "intelhaxm-android.exe". After the installation I enabled it and rebooted, and it didn't affect the AVDs. – PrazSam Mar 10 '15 at 04:11
0

To run the AVD with HAXM you require both the HAXM packages from the SDK manager along with installing https://software.intel.com/en-us/android/articles/intel-hardware-accelerated-execution-manager from intel.

Ensure that VT is enabled in your bios and then try again. There is also a guide on the intel site that explains how to enable this: https://software.intel.com/en-us/android/articles/installation-instructions-for-intel-hardware-accelerated-execution-manager-windows

Burrito
  • 517
  • 3
  • 8