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 (2014) Getting Started with Android Running the Fun Facts Project

Catalin Mircea Nicolaica
Catalin Mircea Nicolaica
16,781 Points

How to install Intel HAXM, error when trying to install

Hello everyone!

I've got to the part of the video where you need to test your android app, after i downloaded the INTEL HAXM installer from the android studio and ran it, an error stopped me ''This computer does not support Intel Executable Disable Bit(XD) or it is disable in BIOS. I've researched this error on the internet and it says i should have Intel Virtualization Technology ''Enabled''. I already had it without doing anything but I still have the same error , I took a photo with my phone and uploaded here http://imgur.com/fRQeSDF, would appreciate any help! Thanks in advance and have a great day!

Ben Deitch
Ben Deitch
Treehouse Teacher

Hey Catalin! It looks like this person was able to get it to work by enabling "No Execute (NX) Memory Protection". If you enable that does it work for you?

3 Answers

faraz
PLUS
faraz
Courses Plus Student 21,474 Points

Hey Catalin,

Is your emulator working? If you are having problems with the emulator bundled with Android Studio, I would suggest using Genymotion, a third-party emulator for Android. It's free and easy to install, and in my experience runs better than the stock emulator. Download it here. Let me know how it works out.

Catalin Mircea Nicolaica
Catalin Mircea Nicolaica
16,781 Points

Well i wanted to use the one from the android studio since im verry new at this, and im not sure how to use Android Studio + Geny Motion, anyway to fix the android studio one ?This is the error from Android studio : 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!

faraz
faraz
Courses Plus Student 21,474 Points

Well I'm not sure about what's causing this error. If you have a physical Android Device, you can always enable developer mode and use that for debugging. Or, if you don't, you can read more about how to use Android Studio + Genymotion.

Good luck!

Catalin Mircea Nicolaica
Catalin Mircea Nicolaica
16,781 Points

Sorry i forgot to post, what Ben replied worked, thank you both for the support provided!