I'm attempting to configure the new Android Virtual Machine Acceleration.
I'm following the steps outlined here. I get to the point where I need to execute:
<sdk>/extras/intel/Hardware_Accelerated_Execution_Manager/IntelHAXM.exe.
When I try and run the installer for this, it fails and says "VT not present: Your Computer does not meet the minimum requirements for this software".
I assume this is because I have an AMD cpu, and the required virtualization extensions isnt available.
So my question is, is there other software for AMD that i can use to get this to work? The android dev site doesnt seem to have any information on AMD, other than mentioning "AMD Virtualization (AMD-V, SVM) extensions (only supported for Linux)" is supported. I don't see why they would only support Linux?
I'm keen on getting the android emulator feeling quicker.