问题
My own processor supports virtualisation:
I think i have activated it also in my bios settings.
And it is the info page of my processor of the vmware virtual machine i use (9.0.2 build-1031769)
Still, when i try to install Hardware Accelerated Execution Manager in order to start my android virtual devices, i take the following error:
What should i do?
回答1:
I simply had to check 'virtualize intel vt-x/ept or amd-v/rvi' in my machine settings.
回答2:
Are you trying to install that in a VM? Nested virtualization isn't enabled out-of-the-box, VMware clients (Player & Workstation) have supported it for a while now. (And it looks like your CPU is new enough to support it well)
Shut the VM down, close the VMware application & add the following line to your .vmx
file:
vhv.enable = "TRUE"
(If Workstation/Player later complains about the vmx
being corrupted, your version doesn't support it. Remove the line to fix the file.)
VMware hypervisors support it so that you could test ESXi out in a local Workstation machine. However, it's also known to work for other virtualization OSes. (I used it for Hyper-V in Windows 8.1 so I could develop Windows Phone apps without upgrading my Windows 7 workstation)
回答3:
I think this error occurs when Virtual Technology (VT-x) is not enabled in the BIOS settings. You should go to the BIOS menu & enable it to create Virtual Device
来源:https://stackoverflow.com/questions/32308519/intel-haxm-installation-error-in-vmware