I have Winows 7 pro with an AMD processor. When I run app with emulator from AndroidStudio, I get:
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 found this, but when I run dism.exe /Online /Disable-Feature:Microsoft-Hyper-V
, I get error
Funktion "Microsoft-Hyper-V" is unknown
I also not have "Virtualization Technology" in BIOS.
How can I use AndroidStudio with Windows 7 with AMD.
Robert