Search code examples
androidandroid-sdk-toolsandroid-sdk-manager

how can I download old packages( android 5.0) on sdk manager of Android studio 2.3.3


I am using eclipse all the time. I want to study android studio , and downloaded android studio and sdk. When I run the sdk manager , only android 7.0 was installed. The new sdk manager has a few differences. I don't know how to download android 5.0 packages?

enter image description here


Solution

  • Run sdk manager and you will see something like this:

    enter image description here

    You can check any android version you want here and by clicking apply and ok, it starts downloading. If you don't want the whole package for each android version, you can click the show package detail checkbox on the button right of this window and see details of each package like below image:

    enter image description here

    Here you can check any subpackage you need and then click apply and ok.

    It is also possible to copy and paste platforms, build-tools and other modules you need from your eclipse sdk to android studio sdk. Or set in your android studio preferences to use eclipse sdk.