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) Basic Android Programming Adding the onClick() Method

emulator: ERROR: x86 emulation currently requires hardware acceleration!

I am getting these errors -

C:\Users\Admin\AppData\Local\Android\sdk\tools\emulator.exe -avd Android442_API_23 -netspeed full -netdelay none 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!

Pls help

1 Answer

You either have not installed HAXM on your system, or you have an AMD or older Intel CPU that doesn't support HAXM. If you have an Intel CPU that does support HAXM, try following here. If you do not have a compatible CPU, you are either going to have to use the ARM images or try Gennymotion.