Reputation: 10375
I have installed android studio and in order to use emulators on my pc I did try to install intel HAXM. It prompted for error due to lack of intel vt-x support and I tried to enabled this options with many tricks which explained in detail here. After many changes, intel processor identification utility which was installed on my windows 10 pro, reported that intel vt-x is enabled on my pc and also a utility called haxm_check.exe reported that intel vt-x and nx is enabled on my pc. but when i tried to install intelhaxm-android.exe version 7.0.3 it prompted that vt-x or nx is missing and rolled back the setup. Can somebody figure out what is wrong or how can I resolve this issue?
Upvotes: 0
Views: 522
Reputation: 7458
List of things to check is much larger for this issue. Also posted at https://stackoverflow.com/a/53676171/975887 likely after you checked it.
Below is the full list for Windows (so far as of circa 12/2018)
Check BIOS
Disable Hyper-V
systeminfo
. If it shows 'hypervisor is detected' under Hyper-V requirements, even after removing Hyper-V feature, you may have 'Core Isolation' enabled. See below on how to disable it.AMD Ryzen ?
Disable Core Isolation
Disable hypervisor launch at boot
bcdedit /set hypervisorlaunchtype off
bcdedit /set hypervisorlaunchtype auto
and rebootNothing works
Upvotes: 2