Emulator: emulator: ERROR: x86 emulation currently requires hardware acceleration! Emulator: Process finished with exit code 1
For me, I didn't noticed that I had hyper-v enabled when I first installed Android Studio. When trying to reinstall the emulator I got an error message letting me know it needed to be disabled for HAXM to work. So, I first needed to disable hyper-v:
Then you just need to re-install the emulator
The emulator should download and reinstall and should give you a success message. Now the emulator should start.
I was having the exact same problem. This is how I fixed it (for Windows):
That was my solution, I hope it works for you!
An easier solution that worked for me (windows 10, Android Studio 3.1.4), just reinstall the HAXM installer:
1. Open SDK Manager > SDK Tools
2. Uncheck Intel x86 Emulator Accelerator (HAXM Installer) -> Click Apply
3. Check Again
4. After the installation process, you should be able to launch the emulator.