Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Installing HAXM on Windows 10 for Android Studio

Android Studio told me to install HAXM, so I downloaded it and when I went to install, it said This computer does not support Intel Virtualization Technology. After some search, I found that if you uncheck Hyper-V in control panel, all will be well. The problem I'm facing is, it isn't even checked. Is there any other way to fix this issue or does my computer just really not support VT-X?

like image 359
Connor Vance Avatar asked Sep 14 '15 13:09

Connor Vance


People also ask

How do I install HAXM on Windows 10?

From the Intel website, download the latest HAXM virtualization engine installer for Windows. The advantage of downloading the HAXM installer directly from the Intel website is that you can be assured of using the latest version. Run intelhaxm-android.exe to start the HAXM installer.

How do I fix HAXM is not installed in Android Studio?

Option 1: Go to Android SDK Folder --> Extra --> Intel and double click on HAXM installer and install it manually. Option 2: If you do not have latest version of HAXM then you can open sdk manager in android studio and download it. Save this answer. Show activity on this post.

Is HAXM necessary for Android Studio?

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.

How do I enable VMX for HAXM in Windows 10?

Press Del or F2 into BIOS after power on. Press F7 for getting into Advanced Mode. Click CPU configurations in Advanced. You will see Intel (VMX) Virtualization Technology, enable it.


2 Answers

This will fix your issue Develop apps using x86 Android* 4.4 (KitKat) emulator on Intel Developer Zone see the section

4. Download and install Intel HAXM

you will find other emulators intalation also

like image 112
Chathura Wijesinghe Avatar answered Oct 04 '22 02:10

Chathura Wijesinghe



Make sure Virtualization is enabled in BIOS (advanced Firmware for windows 10)


and install manually from https://software.intel.com/en-us/android/articles/intel-hardware-accelerated-execution-manager/

after running installation batch file, silent_install.bat of downloaded zip file.

tns run android -->Should open up the simulator!

like image 28
HydTechie Avatar answered Oct 04 '22 04:10

HydTechie