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

AVD Manager won't let me create an emulator

I followed the steps as Ben Jakuben outlined them and the OK button stayed grayed out in the AVD manager create device window and wouldn't let me create an emulator.

it says "No CPU/ABI system image available for this target"

3 Answers

Matin Shoghi
Matin Shoghi
10,978 Points

You need a system image for the API level. So open the SDK Manager and install either the ARM or Intel system images that relate to the API that you need. This should solve your problem.

Ben Jakuben
STAFF
Ben Jakuben
Treehouse Teacher

I also include the system image in the Android Studio bundle I made available for download in the Teacher's Notes, so you can always revert to that if you need to.

Thanks. I'm not super familiar with what ARM or Intel system images are but it worked great. Thank you!