0

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.

Neil
  • 1
  • 2

1 Answers1

1

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

Ata Iravani
  • 2,146
  • 7
  • 29
  • 40
  • Yes enable virtualization did work. Sorry, I've just realised that was mentioned on the other question. Thanks for your help. – Neil Apr 09 '19 at 20:28