Android, how to install older versions of the API?

In Eclipse, my Android SDK Manager does not yet show the API level 7 that I would like to install.

How can i do this?

+1
source share
2 answers

Older versions of the Android SDK are available at http://developer.android.com/sdk/older_releases.html

+2
source

I also had a problem with this. I tried a different answer here and nothing worked. I went into "Tools / Options" (in the Android SDK Manager) and checked "Force https: // sources that will be extracted using http: //" and rebooted, and older APIs appeared.

+2
source

All Articles