Micheal Beausang
Micheal Beausang

Reputation: 41

Android Studio cant get the emulator to run

I tried Android Studio on 3 different devices and I keep getting the following errors when trying to run:

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

Emulator: Process finished with exit code 1

It has to be something I'm doing wrong but I have no idea whatsoever what I am doing. Its driving me mad! Can anyone offer any help.

Thanks in advance

Upvotes: 2

Views: 92

Answers (1)

Itamar Kerbel
Itamar Kerbel

Reputation: 2568

You are probably missing HAXM which is the hardware accelerator by Intel. You should install it via the SDK manager. Go to Tools->SDK Manager. Then click on SDK Tools tab and see if the HAXM is checked. SDK Tools

Upvotes: 1

Related Questions