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

Android Studio Haxm/ virtual android problem.

This error occurs when trying to run the Android emulator in Android Studio 1.5

This leads me to believe that only pc's with intel processors are supported by Haxm virtualization.

My computer is capable of virtualization as I am able to run virtual box and vmware.....

What's the dealio?

emulator: WARNING: Classic qemu does not support SMP. The hw.cpu.ncore option from your config file is ignored. emulator: ERROR: x86 emulation currently requires hardware acceleration! Please ensure Intel HAXM is properly installed and usable. CPU acceleration status: Android Emulator requires an Intel processor with VT-x and NX support. Your CPU: 'AuthenticAMD'

I have consulted the various forums and I had to download the ARM AEBI a7a System Image and Google APIs from the android SDK manager. To find this, I had to click on android sdk>Launch Standalone SDK Manager>and then expand the version of android that I was wanting to emulate. This did not solve my problem.

1 Answer

I figured it out on my own.

I did everything above^^ but then I needed to change the image that my actual emulator was using.

you do this inside of the virtual device manager.

I'm having the same issue, I downloaded the ARM AEBI a7a System Image and Google APIs. How exactly did you change the image in the AVD?