Tuesday, April 5, 2016

Android x86 Emulator Accelerator HAXM Install

Android x86 Emulator Accelerator HAXM Install


based on this tip on stackoverflow:

http://stackoverflow.com/questions/26355645/error-in-launching-avd-with-amd-processor


go to SDK manager
check off the HAXM




Make sure you have installed HAXM installer on your SDK Manager.
Android SDK Manager
After you download it and make sure you run the setup located in:{SDK_FOLDER}\extras\intel\Hardware_Accelerated_Execution_Manager\intelhaxm.exe
Note: in Android Studio, the command "intelhaxm.exe" has been changed to "intelhaxm-android.exe"
If you get the error "VT not supported" during the installation disable Hyper-V on windows features. You can execute this command dism.exe /Online /Disable-Feature:Microsoft-Hyper-V. You will also need "Virtualization Technology" to be enabled on your BIOS

Error: 740
Elevated permissions are required to run DISM.
Use an elevated command prompt to complete these tasks.

Starting DISM
The first thing we need to do in order to run DISM is have an elevated command prompt open.  Simply going Start –> Run –> cmd –> Enter won’t do the trick as that runs with user privileges.  What we need to do is either do Start –> Run –> Cmd –> Shift+CTRL+Enter or Click on Start type cmd and when it appear in the search box, right click on it and choose “Run as Administrator”

AMD - says  this computer cannot support HAXM virtualization
Error: 0x800f080c

Feature name Microsoft-Hyper-V is unknown.
A Windows feature name was not recognized.
Use the /Get-Features option to find the name of the feature in the image and tr
y the command again.

C:\Users\XXXXX\AppData\Local\Android\sdk