Error opening emulator in Android Studio

Asked

Viewed 6,461 times

2

I have an error here in Android Studio when I go debug the App in the emulator, it does not open and the following error appears:

"ERROR: x86 emulation Currently requires hardware Acceleration! Please ensure Intel HAXM is properly installed and usable.
CPU Acceleration status: HAX kernel module is not installed!"

Someone knows how to fix this?

2 answers

1

As the message says, you need to install the HAXM module.

  1. Open the SDK Manager
  2. Go to SDK Tools
  3. Check the HAXM Installer option.
  4. Go to the pointed folder on your Android SDK Location and run intelhaxm-android.exe to install.

inserir a descrição da imagem aqui

1

First, it ensures that the HAXM installer is included in your SDK Manager, as in the following figure.

inserir a descrição da imagem aqui

After downloading the component, run your insalador via command line:

{SDK_FOLDER}\extras\intel\Hardware_Accelerated_Execution_Manager\intelhaxm.exe

Note: In Android Studio, the "intelhaxm.exe" command was replaced by "intelhaxm-android.exe"

If you are shown the error "VT not supported" during installation, disable Hiper-V in "Windows Features (Enable or disable Windows features)". Another way to disable Hyper-V is by executing the following command: dism.exe /Online /Disable-Feature:Microsoft-Hyper-V. Finally, you need to enable "Virtualization Technology" in your BIOS.

  • thanks for the help friend , I did what you mentioned , but I could not install such haxm :( .. an error appears , saying q I have q activate the VT , q being already activated the same by bios .. what will be the solution for this?

  • Sorry for the delay in replying to you... which error message appears?

Browser other questions tagged

You are not signed in. Login or sign up in order to post.