Fixing Eclipse after ADT breaks

前端 未结 3 528
抹茶落季
抹茶落季 2020-12-01 19:53

SDK Manager told me I had updates and updated me from version 21 to 22, then said I should check for updates. I\'m running bundled eclipse/ADT from about last month, Juno ve

相关标签:
3条回答
  • 2020-12-01 20:38

    I had a similar problem and spent hours trying the solutions above and those listed in https://code.google.com/p/android/issues/detail?id=60149. Nothing worked for me.

    Finally, I reinstalled the eclipse plugin (Help->Install New Software-Add, and then use https://dl-ssl.google.com/android/eclipse/). This was simple and it worked. I think this was all due to a bug in eclipse that this new plugin version fixed.

    (More details here: http://developer.android.com/sdk/installing/installing-adt.html)

    0 讨论(0)
  • 2020-12-01 20:47

    Just change location address from http:// to https://

    Go To Eclipse menu Window -> Preferences then Install/Update -> Available Software sites, select "Android Developer Tools Update Site" and click "Edit"

    0 讨论(0)
  • 2020-12-01 20:49
    • Manually download zip and then intent of URL use that zip. details are mention here . http://developer.android.com/sdk/installing/installing-adt.html#Troubleshooting
    • Help > Install New Software -- then choose the link..Select the updates to install and then crucially, uncheck "Contact all update sites during install to find required software".
    0 讨论(0)
提交回复
热议问题