0
votes

Currently i using Android studio 2.1.3,is have no problem with that.The problem is when i run the emulator,it keep saying the intel HAXM not installed.So i click the direct link to install it.But no matter how many time i try,is just keep showing Intel HAXM not installed,as shown below: show that intel HAXM not installed

The installed show that installed is done

This show that the installed is done. and the process is repeat over and over again.Keep saying the install is done,and showing it not installed

So i tried to go to BIOS setting to open,and there is no option for me to enable the Virtualization Technology.The screen shown as below:

BIOS SCREEN,no option to enable Virtualization Technology

I also update the latest BIOS from Acer website.This just simply doesnt help,still dont have option to enable it.

But I checked task manager it stated that Intel Virtualization Technology is enabled.As below: Task manager show that Virtualization enabled/

Therefore I download the standalone Intel HAXM ,at Intel website,after I clicking the installed,there are no welcome screen or setup screen coming out.Just a flash for a second of the setup window,and then disappear.

So please help let me know,what is the problem and what way I havent try??

2

2 Answers

0
votes

If you trying to use emulator for testing your apps then genymotion could be a best alternative no need to bother with HAXM and is fast.

0
votes

go to android sdk folder, then open the folder

sdk\extras\intel\Hardware_Accelerated_Execution_Manager

you will find an executable file named:

intelhaxm-android.exe

double click to run it manually, then try again.

if you did not find this folder that means you did not install HAXM successfully, or installed it in another SDK location.

now after installing it, you have to check if your PC supports Virtualization or not, you can do it by running command line prompt window to open the black command screen. then open another normal explorer window and go to sdk on your hard disk

sdk\extras\intel\Hardware_Accelerated_Execution_Manager

then drag and drop the following file inside black prompt line window

haxm_check.exe

click enter, you should see the following two lines:

VT support -- yes
NX support -- yes

now you are ready, right click on the following file then choose "run as administrator"

sdk\extras\intel\Hardware_Accelerated_Execution_Manager\intelhaxm-android.exe

if it blinked and automaticlly closed, try to stop antivirus for a while then try to run it as admin again, the installation should start. after finishing HAXM installation try to restart android studio, it should run without any problems.