I wanted to export my projects to Android Studio but Eclipse is not getting updated...
So far I\'ve added a s in http to the url of the update source, moved ADT outs
I also followed steps 1,2,3,4... but as stated above, this didn't work for me until I unchecked "Contact all update sites during install to find required software" in the Install dialog when I did "Install new software".
You can direct Download ADT22.zip
I encountered the same problem and the steps below worked for me: 1. Exit eclipse 2. Run eclipse as an administrator 3. Go to help, install new software 4. Select from the drop-down list (or directly paste this link): https://dl-ssl.google.com/android/eclipse/ 5. Click next and follow the other instructions.
This will download the updates. Now, restart the adt.
I updated my tools to r22 using SDK Manager and ADT plugin using Eclipse's "Check for Updates". For some reason I still had:
This Android SDK requires Android Developer Toolkit version 22.0.0 or above
I resolved this by reinstalling Eclipse ADT plugin using Eclipse's "Install New Software" feature and using https://dl-ssl.google.com/android/eclipse/
as the repo URL.