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 trialOshedhe Munasinghe
8,108 PointsCannot 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
10,365 PointsHI 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
Steve Hunter
57,712 PointsHi 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.
matthewgaikema
6,059 Pointsmatthewgaikema
6,059 PointsI had the same problem and tried what you suggested, but i still get the same error: