sasananshul
sasananshul

Reputation: 23

Android Studio: What to download in API level 23 and 22

Do I need to download everything (within API 23 and 22) or just a few things. I just want to develop a simple app for Phone/Tablet. Thank you!

https://i.sstatic.net/T8I6c.jpg

Upvotes: 0

Views: 2927

Answers (1)

michal3377
michal3377

Reputation: 1462

  • Documentation - must have

  • SDK Platform - of course

  • Samples - code samples, not required

  • System Images - system images for each platform (for Android emulator). Install one for debugging. In future, it's a good practice to test your app on every platform.

  • Google APIs - for Google Play services (like Google+, Games etc), install if you need.

  • Sources - SDK source code, download if you want.

Upvotes: 1

Related Questions