Neil
Neil

Reputation: 1

Error when setting up android hello world test case

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

Answers (1)

Ata Iravani
Ata Iravani

Reputation: 2206

Intelhaxm only runs on Intel CPUs, besides you should enable virtualization in BIOS/UEFI settings of your machine.

Upvotes: 1

Related Questions