Search code examples
android-studioamd-processorhaxm

I have AMD processor.when i run app in android studio it shows:


emulator: ERROR: x86 emulation currently requires hardware acceleration!

Please ensure Intel HAXM is properly installed and usable.

CPU acceleration status: HAX kernel module is not installed!

after looking through some forum found suggestion about genymotion. but i want to use android studio emulator on AMD processor. appreciate if anyone would like to help.


Solution

  • Ensure that you have installed Intel X 86 Emulator accelarator(Haxm Installer for Intel processors) or ARM system image(AMD).

    Then go to the [SDK Folder path]\extras\intel\Hardware_Accelerated_Execution_Manager and run intelhaxm-android.exe.

    If you get an error Virtualization technology is not enabled, enable Hardware Virtualization in BIOS setting:http://www.sysprobs.com/disable-enable-virtualization-technology-bios.

    For AMD processors to use genymotion you need to have AMD-v enabled CPU. Using Genymotion would be a better option