I'm trying to start developing applications for Android, but unfortunately I'm having some problems using the Android Studio emulator when testing the application. Basically when trying to run I get the following error:
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!
I researched a little and read some solutions, including
-
Disable Hyper-V using d "ism.exe / Online / Disable-Feature: Microsoft-Hyper-V"
-
Disable hardware-assisted virtualization in Avast
-
After doing both things try installing Intel HAXM
And all this went wrong. Whenever I try to install Intel HAXM I get an error
This computer does not support Intel Virtualization Technology (VT-x). HAXM can not be installed. Please refer to the Intel HAXM documentation for more information.
Researching more li that does not have how to install this Intel HAXM using AMD processor. Is this really the case? Do not have any solution to be able to use the emulator using an AMD processor?