Why my Emulator is not running on Android Studio?

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

Upvotes: 0

Views: 1603

Answers (2)

Fredrick M T Pardosi
Fredrick M T Pardosi

Reputation: 123

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.

Upvotes: 3

Lupinixio
Lupinixio

Reputation: 53

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

Upvotes: 0

Related Questions