Can't update Eclipse ADT to 22

后端 未结 10 571
花落未央
花落未央 2020-12-01 13:47

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

相关标签:
10条回答
  • 2020-12-01 14:21

    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".

    0 讨论(0)
  • 2020-12-01 14:23

    You can direct Download ADT22.zip

    0 讨论(0)
  • 2020-12-01 14:31

    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.

    0 讨论(0)
  • 2020-12-01 14:34

    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.

    0 讨论(0)
提交回复
热议问题