-1

Android SDK manager is not displaying all the old + new API's, its just only showing API 17 and API 19,

Thanks in Advance,

enter image description here

Yash Sampat
  • 30,051
  • 12
  • 94
  • 120
Alexander Zaldostanov
  • 2,907
  • 4
  • 30
  • 39

2 Answers2

2

Install SDK Platform Tools 19.0.1 first. Then you will be able to see all the API platform packages.

Yash Sampat
  • 30,051
  • 12
  • 94
  • 120
  • Thanks ZygoteInit, gave Up arrow brada – Alexander Zaldostanov Mar 30 '15 at 15:51
  • Why is it like this? Each time I were opening SDK Manager, It seemed fetches some new reposotories never did before and displayed new packages (even as sub-packages of currently installed APIs). i.e I had the sysem images at the 4th / 5th time of lunching the SDK manager. Didn't know they even exist untill got error through creating AVDs. – DummyBeginner May 25 '15 at 02:17
  • The very first thing you should do during a fresh Android SDK installation is download `Platform Tools` first. This contains the latest URLs' for the SDK platform packages. And yes, the SDK manager is routinely updated with new packages as they are made available for download. – Yash Sampat May 25 '15 at 04:28
0

This happened to me once..I just deleted all that I had installed already, closed the SDK manager and when I opened it again it showed all the old APIs. Hope that helps

Kerbstomp
  • 164
  • 1
  • 1
  • 11