0

When i try to run my app on emulator it ends with following mistakes:

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

Emulator: Process finished with exit code 1

Community
  • 1
  • 1
  • Possible duplicate of [Emulator: ERROR: x86 emulation currently requires hardware acceleration](https://stackoverflow.com/questions/29136173/emulator-error-x86-emulation-currently-requires-hardware-acceleration) – RoShan Shan Jul 25 '18 at 08:54
  • follow this link : https://stackoverflow.com/questions/50812600/haxm-error-in-android-studio-3-0-with-windows-requires-a-digitally-signed-driver – Ali Jul 25 '18 at 09:06

2 Answers2

3

Open Android SDK manager, on top side you can see the "Android SDK Location" go to that location and follow this path

\extras\intel\Hardware_Accelerated_Execution_Manager

here you will get "intelhaxm-android.exe" install this setup.

0

In setting, inside SDK Tools, try to install "Intel x86 Emulator Accelerator (HAXM installer)", this should fix your problem.

Lupinixio
  • 41
  • 1
  • 7