0
votes

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.

2
Would that suggestion from a forum be Android Studio emulator and AMD CPU?Andrew Morton

2 Answers

0
votes

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

0
votes

If you have an AMD processor, you can download the Genymotion emulator, which supports AMD-V technology. You need to have AMD-v enabled

First, open the Android SDK Manager: Tools -> Android -> SDK Manager, then chose any package you want to download, expand it and select ARM EABI v7a System or ARM 64 v8a System Images and install.

Then, open Android AVD Manager: Tools -> Android -> AVD Manager and create an emulator.

You should restart Android Studio for be shure it works