Can you run the Android Studio emulator on AMD FX processors?
At the beginning it gave me errors of the type:
Intel HAXM is required to run this AVD. Your CPU does not support required features (VT-x or SVM)
Investigating I have realized that HAXM is an Intel technology, in AMD its equivalent is AMD-V, but looking on the internet I have seen this thread: Intel's HAXM equivalent for AMD on Windows OS where it says that is only supported on linux . p>
I have also tried to change the X86 emulator to ARMEABI:
This way no longer generates errors and launches the emulator, but does not finish executing:
I left more than half an hour and it does not execute, it stays like the previous image.
At the moment I'm running the applications from my physical mobile, what do you recommend?