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 trialTristan Gaebler
6,204 PointsAndroid Virtual Device Trouble
His target and CPU/ABI: is totally different from mine. I only have Android L(Preview) and cannot select a CPU/ABI:
1 Answer
Kristen Law
16,244 PointsYou can install different SDK platforms for the different Android versions through the Android SDK Manager. You can't select a CPU/ABI because you don't have a system image installed. This can also be installed through the Android SDK Manager. Navigate to Android L (API 20, L Preview) and select one of the system images to install, and then click "Install 1 package...". After it installs, restart Eclipse, and try to create your AVD again.
Tristan Gaebler
6,204 PointsTristan Gaebler
6,204 PointsThanks