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 trialTrevor Trail
112 Pointsemulator ERROR x86 emulation currently requires hardware acceleration! ensure Intel HAXM is properly installed
I get this msg while trying to load the emulator pls help
2 Answers
Emily Cain
5,850 PointsHi Trevor,
HAXM is software for computers with Intel processors that allows emulators to run much faster. You can learn more about the installation process here: https://software.intel.com/en-us/android/articles/installation-instructions-for-intel-hardware-accelerated-execution-manager-windows
If you don't have the required processor, you can download an alternate emulator--I like GenyMotion. It takes a few minutes to sign up, but once you do it works great. Note that you have to 1) run GenyMotion and 2) launch a virtual device in GenyMotion before hitting "run" in Android Studio.
You can learn more here: https://www.genymotion.com/#!/download
Hope this helps!
Trevor Trail
112 PointsThank you so much.