Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I've installed the new tools without problems. I've installed the Intel HAXM. I've verified (with sc query intelhaxm) that the Intel service is running. I've also confirmed the machine (a Lenovo ThinkCentre) supports Intel Virtualization Technology.

So why in the AVD Manager is the CPU/ABI field fixed at ARM for every single platform version of Android?

share|improve this question
2  
Did you download the "Intel Atom x86 System Image" for Android 2.3.3 (API Level 10)? – CommonsWare Mar 22 '12 at 11:31
Aha, that was it. Thanks Mark. – Ollie C Mar 22 '12 at 11:41
Feel free to add an Answer, and I'll vote up and mark as correct – Ollie C Mar 22 '12 at 11:42

2 Answers

up vote 20 down vote accepted

At the time of this writing, the only available x86 emulator image is for Android 2.3.3 (API Level 10), listed in the SDK Manager as "Intel Atom x86 System Image". Hopefully others will become available in the future.

BTW, for those reading this question and answer and going "huh?", the r17 edition of the Android developer tools added support for native x86 emulators, which will run somewhat faster than their ARM emulator equivalents.

share|improve this answer
I knew they'd added this feature, I read the instructions twice, and still I couldn't work out what I needed to do. Thanks for pointing out the lacking necessary detail. – Matt Gibson Mar 24 '12 at 20:09
1  
Sometimes I'm baffled why some of this stuff isn't documented. It mentions the "Intel Hardware Accelerated Execution Manager", but not the "Intel Atom x86 System Image". Next Google will do something crazy, like have Google I/O be a random lottery system instead of a first-come first-served. Anyway, thanks as always Mark :) – Shawn Lauzon Mar 27 '12 at 21:37
2  
Also keep in mind that under the Android Virtual Device Manager, you'll need to choose the "Intel Atom x86 System Image (Intel Corporation) - API Level 10" Target (not the generic Android 2.3.3 - API Level 10 Target). – MikeV Mar 28 '12 at 22:48
1  
Intel has step-by-step instructions that make clear the need to step down to API Level 10 (ugh!) – Nuthatch Apr 18 '12 at 15:45

You can download Android emulator images direct from Intel's website. Here they have an Ice Cream Sandwich image that looks to be API 15 (4.0.4).

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.