问题描述
我将我的 android sdk 更新为并尝试通过 ecplise 更新我的 adt
I updated my android sdk to and I tried updating my adt via ecplise through
帮助->检查更新
Help-> Check for updates
此操作会导致对话框显示:
This action results in the dialog that says:
没有找到更新
但我的 SDK 说:
这个android是SDK需要Android Development Kit 21.1.0或以上当前版本是 21.1.0.v201212060256-543035
This android is SDK requires Android Development Kit 21.1.0 or above Current version is 21.1.0.v201212060256-543035
请将 ADT 更新到最新版本.
Please update ADT to the latest version.
帮帮我吧,我永远感激你.
Help me out and you have my enormous undying gratitude.
推荐答案
编辑.26/03/2016
请注意,Google 宣布:Eclipse 中对 Android 开发人员工具 (ADT) 的支持已结束,因此请考虑迁移到 Android Studio.
Please note that Google Announced: Support for the Android Developer Tools (ADT) in Eclipse has ended, so consider migration to Android Studio.
解决方案:
我发现最快的安装方式可以解决这个问题不删除eclipse,或丢失任何数据/设置:
The fastest installation way I found to solve that without deleting eclipse, or losing any data/settings:
- 去
这里下载 ADT 的最新版本,当前 ADT-23.0.7.zip (*) - 在
Eclipse
>Help
>Install new software...
> 取消选中在安装过程中联系所有更新站点以查找所需的软件
(底部,最后一个首选项)以避免在安装过程中出现任何不必要的延迟. - 同屏(上)点击
Add
>Archive
> 选择下载的ADT-X.X.X.zip
> 按照屏幕安装步骤进行
- Go
heredownload latest version of ADT, current ADT-23.0.7.zip (*) - At
Eclipse
>Help
>Install new software...
> UncheckContact all update sites during install to find required software
(bottom, last preference) in order to avoid any unwanted delays during install. - Same screen (top) Click
Add
>Archive
> select downloadedADT-X.X.X.zip
> follow on screen installation steps
作为评论中提到的用户,如果您在更新时仍然遇到问题,您可以尝试在安装之前删除以前版本的 ADT.
As a user mentioned in a comment if you still face problems on updating like that you may try removing the previous version of ADT before installation.
(*) 以前的版本:
- ADT-23.0.0.zip |ADT-23.0.2.zip |ADT-23.0.3.zip |ADT-23.0.4.zip |ADT-23.0.6.zip
- ADT-22.6.0.zip |ADT-22.6.1.zip |ADT-22.6.2.zip |ADT-22.6.3.zip
- ADT-22.3.0.zip
- ADT-22.2.1.zip
- ADT-22.0.0.zip |ADT-22.0.1.zip |ADT-22.0.5.zip
- ADT-21.1.0.zip
- ADT-23.0.0.zip | ADT-23.0.2.zip | ADT-23.0.3.zip | ADT-23.0.4.zip | ADT-23.0.6.zip
- ADT-22.6.0.zip | ADT-22.6.1.zip | ADT-22.6.2.zip | ADT-22.6.3.zip
- ADT-22.3.0.zip
- ADT-22.2.1.zip
- ADT-22.0.0.zip | ADT-22.0.1.zip | ADT-22.0.5.zip
- ADT-21.1.0.zip
编辑以适应 ADT 的更新,此解决方案似乎适用于任何版本:D
Edit to fit the updates of ADT, this solution seems to work in any version :D
这篇关于Eclipse ADT 更新不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!