. Advertisement .
..3..
. Advertisement .
..4..
I am using Windows 10 and I get the Emulator: emulator: error: x86 emulation currently requires hardware acceleration!. The problem appears when I try to launch the AVD in Android Studio. It occurs momentarily after compilation the app with the Android Virtual Appliance. Tech savvy guys please help me fix it. Thanks.
The cause: One of the most typical causes of this problem is that the Intel HAXM module is not installed in Android Studio.
Before going into the BIOS settings, make sure that the problem isn’t caused by the Intel x86 Emulator Accelerator not being present (HAXM installer). Even if hardware virtualization is available on your pc, AVD will not be capable of compiling apps that use it without this module.
Solution: My same error went away after the missing module was installed through the SDK Manager and installing it by the HAXM installer.
What you should do is Install the Intel HAXM module according to the following instructions.
Finally, wait for the installation process to finish, then restart Android Studio and launch the app again to ensure the problem has been repaired.