Reputation: 1
When I set up the android hello world test case for app development I got the following error: Emulator: emulator: ERROR: x86 emulation currently requires hardware acceleration!
Emulator: Process finished with exit code 1
I have looked at the following question: Emulator: ERROR: x86 emulation currently requires hardware acceleration
However, I have installed the intelhaxm-android.exe, so that doesn't appear to be the problem.
Upvotes: 0
Views: 21
Reputation: 2206
Intelhaxm only runs on Intel CPUs, besides you should enable virtualization in BIOS/UEFI settings of your machine.
Upvotes: 1