Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to open HAXM device: ERROR_FILE_NOT_FOUND

Tags:

android

avd

I have already insatlled HAXM but still I am not able to start avd, I got error evry time.

I tried all the answers in stack overflow nothing worked

Emulator: emulator: ERROR: x86 emulation currently requires hardware acceleration!

15:00   Emulator: CPU acceleration status: Unable to open HAXM device: ERROR_FILE_NOT_FOUND

15:00   Emulator: Process finished with exit code 1

enter image description here

like image 964
Kapil Parmar Avatar asked Aug 09 '18 09:08

Kapil Parmar


People also ask

Does HAXM support Windows 11?

Your computer must be running Windows 11 or Windows 10 Version 1909 or later.

Do I need HAXM for emulator?

Intel's Hardware Accelerated Execution Manager (HAXM).It is recommended that you use the Hypervisor Framework to accelerate the Android emulator. If the Hypervisor Framework is not available on your Mac, then HAXM can be used.

Do I need HAXM for Android studio?

The Intel HAXM requires an Intel processor that supports virtualization. Installing or not installing it will make no difference to a computer on an AMD processor. So long story short, you do not need Intel HAXM installed to use Android Studio.


2 Answers

In my case(Windows 10 Enterprise), disabling Hyper-V fixed it.

Steps to disable Hyper-V:

  1. Hit the Windows Key and type “Turn Windows features on or off”.
  2. Click on Turn Windows features on or off.
  3. When the dialog appears, look for Hyper-V and deselect it.
  4. Press OK and reboot.
like image 156
sandeep kakkar Avatar answered Oct 04 '22 18:10

sandeep kakkar


I had same issue on with Andorid Studio on Win10 Home. All sugestions I found were talkig about switchig off Hyper-V from Windows features. Win10 Home does not have that option.

The solution for my case was following:

  1. Settings => Windows Security => Device Security => Core Isolatin Details
  2. Memory Integrity: turn it off
  3. Restart Windows
like image 45
Taavi Tiitsu Avatar answered Oct 04 '22 19:10

Taavi Tiitsu