Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Mihnea Filipovici
512 PointsFun Facts No CPU options when setting up and emulator
Ok, so I'm watching this tutorial: http://teamtreehouse.com/library/build-an-android-app/getting-started-with-android/running-the-fun-facts-project.
I'm setting up the emulator and I have no options for CPU :-/ What could I do? (I'm at my very begginigs)
1 Answer

Kristen Law
16,244 PointsYou'll need to install the system images through the Android SDK Manager. Navigate to whichever Android version you would like to use and select one of the system images to install. Make sure you also have the SDK Platform installed for that Android version, and if you don't then select that also. Next, click to install the package(s). After it installs, restart Android Studio, and try to create your AVD again.
Mihnea Filipovici
512 PointsMihnea Filipovici
512 PointsThanks! That worked :D