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 trialChristian Higgins
15,758 PointsIntel HAXM / AMD processor problems
Getting the 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!
I'm seeing in other forums that if you have an AMD processor (like I do), that Intel HAXM won't run, and thus your emulator won't run either. Any solutions on this?
Thanks!
6 Answers
Francisco Zuñiga
954 PointsHello, the HAXM is only for Intel processors, the only way for you to use the emulator is by using an "armeabi" based android system image
Miles Torres
2,316 PointsMan, I kept having the same problem that I just had to run the app on MY phone instead by hooking it up to the computer with a USB cable.
Joshua C
51,696 PointsCheck out this Stackoverflow post: http://stackoverflow.com/questions/26739114/android-studio-sdk-location.
It helped me run the emulator for the first time. If you have an Intel CPU, all you have to do is run intelhaxm-android.exe
Mary Lou Tenoso
5,922 Pointshow to get the armeabi based android?
Mary Lou Tenoso
5,922 Pointsmy processor is intel atom and is still getting that HAXM error
Mike Wagner
23,559 PointsIf you're on Windows, "AMD and Intel Atom processors do not support VT-x virtual machine acceleration." from a slightly outdated reference link, it also requires a 64-bit system and a few other things.. I seem to remember seeing some of the newer Atom processors support VT-x but you'd have to determine if yours fit into that list here. I found myself setting up a partition with a Linux distro to be able to utilize acceleration features.
Michael Lövgren
609 PointsI'm using genymotion instead, i had the same problem as you and this really worked out for me :)