Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to run Intel HAXM installer: Cannot start process, the working directory does not exist

How to resolve this error which I am getting while installing HAXM installer.

Unable to run Intel HAXM installer: Cannot start process, the working directory 'C:\Users\surabhi\AppData\Local\Android\Sdk\extras\intel\Hardware_Accelarated_Execution_Manager does not exist.

I also tried to download HAXM installer directly from Intel's website but couldn't succeed and I have also tried enabling and disabling Hyper-V.

like image 303
Surabhi Avatar asked May 12 '20 18:05

Surabhi


People also ask

How do I fix Intel HAXM is not installed?

Go to Android SDK Manager (Tools -> SDK Manager) and select SDK Tools. You will find the Intel x86 Emulator Accelerator HAXM installer listed here. Select it and click on OK.

Why can't I install HAXM on Windows 10?

Step 1: Go to your BIOS settings and check that INTERNET VIRTUAL TECHNOLOGY is Enabled or Disabled. And make sure HYPER V is disabled. To disable it : a)Go to Control Panel b)Click on Programs(Uninstall a Program) c)Then click on Turn Windows features on or off , then look for HYPER-V and untick it. And Restart.


3 Answers

My tiny contribution: I had the same problem, I then tried to install from the SDK tools, it said it was installed and when I tried to run the emulator it said that HAXM was missing. At least from the SDK tools, the folder was created. Tried to install it many times with no success. Then I went to the folder indicated (...\AppData\Local\Android\Sdk\extras\intel\Hardware_Accelarated_Execution_Manager) and ran the installer manually and it worked.

In case this may help anyone

like image 140
Vicky Vou Avatar answered Oct 16 '22 19:10

Vicky Vou


It's because the downloaded installer might be missing. So download it again.

Instead of trying to install inside AVD Manager install from SDK Manager.

Android Studio -> Tools -> SDK Manager -> SDK Tools -> Check Intel x86 Emulator Accelerator(HAXM Installer) and Click Apply, it will start download and install.

like image 22
Ranjith Kumar Avatar answered Oct 16 '22 18:10

Ranjith Kumar


When you try to run the emulator from the AVD manager, you'll probably notice that there is an alert to install the intel HAXM, try to install it by just clicking install, if you are able to run the emulator, congratulation! you did solve problem.

If not you may have to install it manually by going into the following path:

C:\Users\$user\AppData\Local\Android\Sdk\extras\intel\Hardware_Accelerated_Execution_Manager

Just replace $user with your. You'll find the installation file so run it.

Congratulation!

like image 1
Talat El Beick Avatar answered Oct 16 '22 19:10

Talat El Beick