Eclipse is saying “Update Android Developer Toolkit”

馋奶兔 提交于 2019-12-05 03:35:49

In your installed folder of eclipse there is a folder named plugins.
Do the following:

  1. Find the plugin file/folder of Andriod SDK and move it to some other folder for backup.
  2. Download from Android site the latest version of Android SDK
  3. Copy/paste it in your plugins folder
  4. Restart eclipse

And everything should be fine.

In the end, I just couldn't fix it so I complete uninstalled it and set it back up again from scratch, thanks for your help

Run software updates in Eclipse (Help > Check for Updates) and update the ADT.

I know I'm late to the game on this one, but I figured I would contribute since I ran into the same problem myself. In order to check for installed plugins in Eclipse, do the following.

From the Eclipse Preferences Menu.. -Select "Install/Update" -From the General Menu, There should be a link button that says "Uninstall or Update"

This should take you to a prompt that will allow you to uninstall anything you've added onto your Eclipse setup!

Go to the below site https://developer.android.com/sdk/installing/installing-adt.html and download ADT-22.3.0.zip from the site. then follow the procedures mentioned there..

Asaf Pinhassi

uncheck "Contact all update sites during install to find required software"

see: Can not install Android ADT 21.1 on eclipse Juno (Windows 7) after upadate to SDK 21.1

After updating the Android SDK Tools to the latest version from the SDK manager, do the following:

  1. Go to Eclipse->Help->Install new software
  2. Type https://dl-ssl.google.com/android/eclipse/ in the "Work with" Text box
  3. From the list, select all and then click next
  4. Now Eclipse will prompt you that in order to install these new software, Eclipse will uninstall the old version (in this case Android Developer Tools), click on next, read and accept the license and wait for it to download
  5. Restart Eclipse and everything should be working fine.
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!