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 Setting Up an Android Development Environment for Windows

Some version stuff questions.

Just wondering if I could use the app from this vid to code for Lollipop. And if I can also use the knowledge from this vid to code for Lollipop.

Michael Riehl
Michael Riehl
725 Points

Android Studio allows you to choose your API when you create a new project. You can choose to write the application to work only on Lollipop. It is pretty well explained in the tutorial videos for which API you will want to pick and why. At this point, less then 1% of devices actually run Lollipop so it would make most sense to code for a lower version so that more devices can run it. The only real reason you would want to code for the Lollipop API is if you need to utilize some of the new features available in that environment.

I hope this helps

Cheers, Mike