How to install older versions of Android via the SDK Manager?
android
Solution
My SDK manager shows that it is using
https://dl-ssl.google.com/android/repository/addon.xml
for back versions of the SDK. Make sure you have the latest version of the Android tools (it's up to 20 as of a few days ago).
Problem
I downloaded the Android SDK from here, as suggested by all tutorials. I downloaded Android v4.0.3 (API 15) via the SDK manager, but it won't allow me to download older SDK/API versions, e.g 2.2? I found this Stack question, but when i try and download one of the packages, it just 404s. I have a single repository setup in the SDK Manager: https://dl-ssl.google.com/android/repository/repository.xml What am i doing wrong?