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 Blog Reader Android App Exploring the Master-Detail Template Creating a Project Using the Master-Detail Template

Android Virtual Device Question

Hi,

I completed the Fun Facts Project using Android Studio and the emulator worked perfectly fine.

I'm currently working on the Blog Reader project in Eclipse and can't create a new emulator. When I try creating a new Android Virtual Device, under the CPU/ABI field, I get an error message saying "No system images installed for this target".

Please advise on how to proceed.

Thank you.

2 Answers

You'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 Eclipse, and try to create your AVD again.

Also, I agree with Stone about Genymotion. Genymotion loads a lot quicker and is a lot more responsive than the AVD on Eclipse/Android Studio, so I'd suggest checking it out when you get the chance!

Stone Preston
Stone Preston
42,016 Points

Honestly If I were you I would just use genymotion. It is so much better than using AVD. Its so much faster. Treehouse has a course called Android Tools that includes a section on getting genymotion setup. It covers using android studio, but its relatively simple to install the eclipse plugin following the directions on the genymotion site. I would probably just use Android Studio for this course as well.