Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Android Build a Simple Android App Getting Started with Android Running the Fun Facts Project

Cannot launch AVD in emulator

" Cannot launch AVD in emulator. Output: emulator: ERROR: x86 emulation currently requires hardware acceleration! Please ensure Intel HAXM is properly installed and usable. CPU acceleration status: HAX kernel module is not installed! "

Please tell me step by step how to solve out this problem >:(

2 Answers

Grigorij Schleifer
Grigorij Schleifer
10,365 Points

HI Oshedhe,

you need the HAXM accelerator from Intel to be installde.

if you are using Android Studio ...

Go to "Tools" -> "Android" -> "SDK Manager"

Inside the SDK Manager:

Scroll all the way down to "Extras" and click the check box for "Intel x86 Emulator Accelerator (HAXM Installer)"

then Install the packages Packages

Restart the AS and I hope you are good to go :)

Let me know if it does the trick ...

Grigorij

I had the same problem and tried what you suggested, but i still get the same error:

Cannot launch AVD in emulator.
Output:
emulator: ERROR: x86 emulation currently requires hardware acceleration!
Please ensure Intel HAXM is properly installed and usable.
CPU acceleration status: HAX kernel module is not installed!

Hi there,

As well as making sure the HAXM emulator is installed, there's possibly a BIOS change that you need to make.

Have a look through this thread for details of both.

Steve.