此Android SDK需要Android Developer Toolkit 22.0.0或更高版本。当前版本是21.x.x.

时间:2013-07-28 01:07:44

标签: android eclipse windows-7 sdk

您好我的Eclipse和SDK有问题(我已经下载并安装了最新的ADT Bundle for windows) 当我开始我的日食时,我遇到了这个问题:

This Android SDK requires Android Developer Toolkit version 22.0.0 or above. Current version is 20.0.0. 
please update your SDK tools to the latest version

我尝试过该选项:帮助 - >检查更新 但没有找到新的更新 然后我尝试这个:

How to Update your ADT to Latest Version

In Eclipse go to Help
Install New Software ---> Add
inside Add Repository write the Name: ADT (or whatever you want)
and Location: https://dl-ssl.google.com/android/eclipse/
after loading you should get Developer Tools and NDK Plugins
check both if you want to use the Native Developer Kit (NDK) in the future or check Developer Tool only
click Next
Finish

但我没有选择单击旁边的完成(后面,下一步和完成选项是灰色的) 然后我尝试这种方法:

Go here download latest version of ADT-22.0.4.zip (*)
At Eclipse > Help > Install new software... > Uncheck Contact all update sites during install to find required software (last bottom preference) that will avoid any unwanted delays during install.
then at the same screen (top) Click Add > Archive > select downloaded ADT-X.X.X.zip > follow on screen installation steps

但在完成安装时遇到同样的问题..没有选项可点击“下一步”

然后我尝试这个:

Help – Install New Software in the ADT menu.
Type https://dl-ssl.google.com/android/eclipse/site.xml in “Work with:” and Enter.
You can see the “Developer Tools” item.
Select it and click Next.
Click Next one more.
Click Finish accepting the terms of the license agreements.
Click OK in the “Security Warning” window.
Let the installer restart ADT after installing the tools.

但是在此选项中存在与上述相同的问题..可以点击“下一步”完成

http://i30.photobucket.com/albums/c316/caslor_1978/diafora/atdproblem_zps0d141b7b.jpg

我检查了我的版本,这是最新的,但有问题

http://i30.photobucket.com/albums/c316/caslor_1978/diafora/atdproblem2_zps81de6317.jpg

我该如何解决这个问题?有什么建议吗?

Win7 / 32bit / java SE开发工具包7更新25

5 个答案:

答案 0 :(得分:3)

http://developer.android.com/sdk/installing/installing-adt.html

启动Eclipse,然后选择

  

帮助>安装新软件。

点击右上角的Add

在显示的“添加存储库”对话框中,为名称输入ADT Plugin,并为位置输入以下网址:

https://dl-ssl.google.com/android/eclipse/

点击OK

如果您在获取插件时遇到问题,请尝试使用" http"在位置网址中,而不是" https" (出于安全原因,首选https)。

在“可用软件”对话框中,选中“开发者工具”旁边的复选框,然后单击Next

在下一个窗口中,您将看到要下载的工具列表。点击Next。 阅读并接受许可协议,然后点击Finish

如果您收到安全警告,说明无法建立软件的真实性或有效性,请点击OK

安装完成后,重启Eclipse ...

答案 1 :(得分:1)

上周我遇到了同样的问题,我尝试了一切,但没有任何帮助我。

最后通过再次重新下载ADT捆绑包来修复它。

答案 2 :(得分:0)

单击ADT,然后单击关于ADT。你应该看到你的软件信息。单击ADT版本,然后单击“更新”。

这对我有用。

答案 3 :(得分:0)

你必须为你的电脑下载android sdk。像32位或64位。尝试重新下载并将android sdk放入其他文件夹。 以及未来的更新。首先更新eclipse然后再更新android sdk。 希望这有帮助

答案 4 :(得分:0)

好的,这就是我解决它的方法。

它发生在我身上,因为我以前安装了ADT(2012年2月),因此新解压缩的ADT中的新eclipse.exe指向旧的SDK Manager。

所以我删除了属于旧版本的以下文件夹:

  • 从C:\ Users \ * your_name * \,删除 .android .android-sdk 。我忘记了第二个文件夹的确切名称,但基本上你必须从那里删除与Android相关的东西。

  • 同时从工作区中删除 .metadata 。您可以保留旧的项目文件夹。