'Intel HAXM is required to run this AVD
I have installed Android Studio 3.3.1 and everything worked perfectly until I closed it. When I try to open a run again my project it says:
Intel HAXM is required to run this AVD
Unknown error, What should I do?
Solution 1:[1]
In my case, I installed software which is required to enable Hyper-V. If you also face it, check it.
On Window (I mean I config on Window, not Ubuntu or MacOsX), it's in "Turn Windows feature on or off". Uncheck Hyper-V and restart your computer.
Solution 2:[2]
When Android Studio is open, click Configure on lower right corner, then select SDK Manager from the list. Head over to SDK Tools
Look for Intel HAXM and make sure it's checked. If not, check the box and click apply.
And you are good to go.
Make sure it is installed along with the Android Emulator. Then it should work.
Solution 3:[3]
Try install it manually. You will find the .exe setup here ~\AppData\Local\Android\Sdk\extras\intel\Hardware_Accelerated_Execution_Manager
Solution 4:[4]
I tried many times with android studio many times but the worked well is
This didn't work for me. Even after installing with this step, Android Studio kept telling me HAXM wasn't installed. After doing this step though, I was able to find "haxm-7.6.5-setup.exe" in "~\AppData\Local\Android\Sdk\extras\intel\Hardware_Accelerated_Execution_Manager" and running that setup file fixed the issue.
Solution 5:[5]
- Open File Explorer,
- Go to C:\Users\ YourUserName \AppData\Local\Android\Sdk\extras\intel\Hardware_Accelerated_Execution_Manager
- Double click on haxm-7.6.5-setup File and Install
This worked for me
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | |
| Solution 2 | |
| Solution 3 | jjaur's |
| Solution 4 | Rahul Mishra |
| Solution 5 | Mohammed Jaseem K |


