
What is the use of HAXM in Android Studio? Go to SDK Manager in Tools > Android > SDK Manager, go to launch Standalone SDK Manager, then check the Intel x86 Emulator Accelarator(HAXM Installer) Then downnload intel haxm from, haxm-windows_v6_0_1.

Open a cmd prompt and run “sc query intelhaxm” for current status of HAXM. So long story short, you do not need Intel HAXM installed to use Android Studio. Installing or not installing it will make no difference to a computer on an AMD processor. The Intel HAXM requires an Intel processor that supports virtualization. Check Intel Virtualization technology is enabled or not.

Follow the on-screen instructions to complete the installation.After the download finishes, run the installer.Click the SDK Update Sites tab and then select Intel HAXM.To install the Intel HAXM kernel extension, follow these steps: Go to android studio SDK Manager select SDK tools and search for Intel x86 Emulator Accelerator(HAXM Installer) and install it.
