Problem:
Intel HAXM helps speeding up Android emulators. However it cannot work in parallel with Hyper-V.
You want to install Intel HAXM without removing Hyper-V.
Solution:
Use the steps below to temporarily turn Hyper-V off to install Intel HAXM and launch Android Studio emulators.
- Open a Command Prompt or PowerShell as Admin
- Execute the command below to turn Hyper-V off
bcdedit /set hypervisorlaunchtype off
3. Restart your computer.
4. Install Intel HAXM
sdk
\extras\intel\Hardware_Accelerated_Execution_Manager\intelhaxm-android.exe where
sdk
is the location of Android SDK.
5. Verify Intel HAXM installation
sc query intelhaxm
To turn Hyper-V on again, use the steps below:
- Open a Command Prompt or PowerShell as Admin
- Execute the command below to turn Hyper-V off
bcdedit /set hypervisorlaunchtype auto start
3. Restart your computer.
(Visited 626 times, 1 visits today)