0

When I try to run the hello world project I'm getting such errors:

Emulator: emulator: ERROR: x86 emulation currently requires hardware acceleration!

There are numbers of solutions on the internet but none working for me.

What can I do?

arghtype
  • 4,376
  • 11
  • 45
  • 60
Amit Paple
  • 11
  • 1
  • 7
  • Possible duplicate of [Error in launching AVD with AMD processor](https://stackoverflow.com/questions/26355645/error-in-launching-avd-with-amd-processor) – Markus Kauppinen Jan 23 '19 at 15:47
  • @MarkusKauppinen above solution could not solve my problem – Amit Paple Jan 23 '19 at 15:51
  • The right solution depends on the CPU of your computer. With modern Intel CPUs you should follow the instruction for using Intel HAXM. Otherwise (like with an AMD CPU) you should use ARM based "armeabi" virtual machines. – Markus Kauppinen Jan 23 '19 at 15:54
  • ...and of course you can use "armeabi" in any case, but the emulator will then be much slower than with an x86 virtual machine with HAXM enabled. – Markus Kauppinen Jan 24 '19 at 14:36

1 Answers1

0

If you are using Windows for development, you need to enable hardware acceleration in bios setting on your system

SANDIP CHAUDHARI
  • 166
  • 1
  • 2
  • 5