intel / haxm

Intel® Hardware Accelerated Execution Manager (Intel® HAXM)
BSD 3-Clause "New" or "Revised" License
3.18k stars 853 forks source link

haxm is not installing : The system requirements are not satisfied. #441

Open sudo-riham opened 2 years ago

sudo-riham commented 2 years ago

I am trying to install haxm on Android Studio as it is required to run the virtual device emulator. However, Haxm is not installing. This is the installation log file.

Version: 7.6.5 Output folder: C:\Program Files\Intel\HAXM Extract: checktool.exe... 100% Execute: C:\Program Files\Intel\HAXM\checktool.exe --verbose CPU vendor GenuineIntel Intel64 supported Yes VMX supported Yes VMX enabled - No EPT supported Yes NX supported Yes NX enabled Yes Hyper-V disabled Yes OS version Windows 10.0.17134 OS architecture x86_64 Guest unoccupied Yes. 0 guest(s) The system requirements are not satisfied.

<--I appreciate your help-->

wcwang commented 2 years ago

Thanks for your feedback. According to your log, could you follow the wiki page to enable VMX and then try again?

sudo-riham commented 2 years ago

Hello again, I have entered the bios and enabled the vmx, now I have new problems in the log file: :/

Version: 7.6.5 Output folder: C:\Program Files\Intel\HAXM Extract: checktool.exe... 100% Execute: C:\Program Files\Intel\HAXM\checktool.exe --verbose CPU vendor GenuineIntel Intel64 supported Yes VMX supported - No VMX enabled - No EPT supported - No NX supported Yes NX enabled Yes Hyper-V disabled - No OS version Windows 10.0.17134 OS architecture x86_64 Guest unoccupied * Yes. 0 guest(s) The system requirements are not satisfied.

wcwang commented 2 years ago

Thanks for your feedback. You need to continue to follow the wiki page to disable Hyper-V.

wayne-ma commented 2 years ago

@sudo-riham , you can try to run 'bcdedit /set hypervisorlaunchtype off' to disable Hyper-V with admin account, then reboot your PC.