2

嗨,我的 Eclipse 和 SDK 有问题(我已经下载并安装了最新的 ADT Bundle for windows),当我启动 Eclipse 时,我遇到了这个问题:

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 Development kit7 更新25

4

5 回答 5

3

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

启动 Eclipse,然后选择

帮助 > 安装新软件。

单击Add右上角的 。

在出现的 Add Repository 对话框中,输入ADT PluginName 和 Location 的以下 URL:

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

单击OK

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

在可用软件对话框中,选中开发人员工具旁边的复选框并单击Next

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

如果您收到无法确定软件真实性或有效性的安全警告,请单击OK

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

于 2014-03-19T00:34:54.510 回答
1

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

最后仅通过重新下载整个 ADT 捆绑包来修复它。

于 2013-07-28T05:52:55.990 回答
0

您必须为您的计算机下载 android sdk。比如 32 位或 64 位。尝试重新下载 android sdk 并将其放入其他文件夹。并在未来的更新中。先更新eclipse,再更新android sdk。希望这可以帮助

于 2013-10-19T11:22:16.980 回答
0

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

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

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

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

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

于 2014-01-19T15:50:51.090 回答
0

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

这对我有用。

于 2013-10-18T21:51:06.390 回答