Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot launch AVD in emulator. Please ensure Intel HAXM is properly installed and usable [duplicate]

Tags:

android

avd

I am getting this error when i tired launching the emulator. Any suggestions?

Cannot launch AVD in emulator.
Output:
emulator: WARNING: VM heap size set below hardware specified minimum of 128MB
emulator: WARNING: Setting VM heap size to 384MB
emulator: ERROR: x86 emulation currently requires hardware acceleration!
Please ensure Intel HAXM is properly installed and usable.
CPU acceleration status: HAXM must be updated (version 1.1.4 < 6.0.1).
like image 485
Khadija Daruwala Avatar asked Apr 07 '16 13:04

Khadija Daruwala


People also ask

How do I fix Intel HAXM is required to run this AVD?

Follow the below steps to solve Intel Haxm Is Required: In System Configuration you need to enable VIRTUALIZATION TECHNOLOGY. Once you have enabled the Virtualization Technology, you need to save the changes. Next, exit the BIOS. After that, boot your windows and launch Android studio.

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.

Can I run AVD without HAXM?

You can use an emulator with the ARM image instead of HAXM provided that you installed it in the SDK manager. Check your SDK manager to see if you have an ARM image instead for the API level you want, then go to the AVD manager and make a virtual device using ARM as the cpu. thank your for answer.


2 Answers

After downloading the Intel HAXM from the android studio, you need to install it. Run the setup from Users*name*\AppData\Local\Android\sdk\extras\intel\Hardware_Accelerated_Execution_Manager\intelhaxm-android.exe Sadly, this can be installed only on computers with Intel CPU's, so you must have an Intel to run the Android Studio emulator.

like image 80
Lonn Avatar answered Sep 23 '22 08:09

Lonn


Have you tried reinstalling Intel HAXM? To do that follow these steps.

1) Open SDK Manager and Download Intel x86 Emulator Accelerator (HAXM installer) if you haven't.

2) Now go to your SDK directory (C:\users\username\AppData\Local\Android\sdk, generally). In this directory Go to extras > intel > Hardware_Accelerated_Execution_Manager and run the file named "intelhaxm-android.exe".

3) Restart Android Studio and then try to start the AVD again.

It might take a minute or 2 to show the emulator window.

like image 38
John Avatar answered Sep 23 '22 08:09

John