eclipse 此 Android SDK 需要 Android Developer Toolkit 22.0.0 或更高版本。当前版本为 21.1.0.v201302060044-569685。

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/17909242/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-19 20:58:01  来源:igfitidea点击:

This Android SDK requires Android Developer Toolkit version 22.0.0 or above. Current version is 21.1.0.v201302060044-569685.

androideclipseandroid-sdk-2.3eclipse-adt

提问by theanilpaudel

I updated the SDK to the latest version i.e 22.0.0 from help>>install new software and then I put the url " http://dl-ssl.google.com/android/eclipse/" there then I ticked "Developer Tools" and "NDK Plugin" then it says Cannot complete the request. See the error log for details. "Android DDMS" will be ignored because it is already installed. "Android Traceview" will be ignored because it is already installed. "Android Development Tools" will be ignored because it is already installed. "Android Hierarchy Viewer" will be ignored because it is already installed. "Tracer for OpenGL ES" will be ignored because it is already installed. "Android Native Development Tools" will be ignored because it is already installed.

我从帮助>>安装新软件将 SDK 更新到最新版本,即 22.0.0,然后我将 URL“ http://dl-ssl.google.com/android/eclipse/”放在那里,然后我勾选了“开发人员工具” "和"NDK插件"然后它说无法完成请求。有关详细信息,请参阅错误日志。“Android DDMS”将被忽略,因为它已经安装。“Android Traceview”将被忽略,因为它已经安装。“Android 开发工具”将被忽略,因为它已经安装。“Android Hierarchy Viewer”将被忽略,因为它已经安装。“Tracer for OpenGL ES”将被忽略,因为它已经安装。“Android Native Development Tools”将被忽略,因为它已经安装。

Please help! Anyone

请帮忙!任何人

回答by Dulli

What worked for me was the following following :

对我有用的是以下内容:

1- Go to Help->Install New software

1-转到帮助->安装新软件

2- Where it says "Work with" select "Android Developer Tools Update Site - http://dl-ssl.google.com/android/eclipse/"

2- 在“使用”的地方选择“Android 开发者工具更新站点 - http://dl-ssl.google.com/android/eclipse/

3-After the refresh select "Developer Tools" and "NDK Plugins" , Make sure you select the main Branch

3-刷新后选择“Developer Tools”和“NDK Plugins”,确保选择主分支

4-Click next

4-单击下一步

5-The following message should be under details "your Original request has been modified" "Android DDMS is already installed, so an update will be preformed instead"

5-以下消息应在详细信息下“您的原始请求已被修改”“Android DDMS 已安装,因此将执行更新”

6- Click Next and Accept the terms, and you are done.

6- 单击下一步并接受条款,您就完成了。

回答by Yash Krishnan

I had the same problem last week, I tried everything, but nothing helped me.

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

Finally fixed it only by re-downloading ADT bundle whole again.

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

Give a try before everything through https://dl-ssl.google.com/android/eclipse/not http

付出一切之前,试图通过HTTPS://dl-ssl.google.com/android/eclipse/不是http

回答by JFDionne

I fixed it by doing this:

我通过这样做修复了它:

Help -> Eclipse Marketplace -> Click Popular Tab (or in Installed tab) -> Search for "Android Development Tools for Eclipse" -> click Update button.

帮助 -> Eclipse Marketplace -> 单击“流行”选项卡(或在“已安装”选项卡中)-> 搜索“用于 Eclipse 的 Android 开发工具”-> 单击更新按钮。

回答by Zeeshan Akhter

if you update sdk and then you get that error "This Android SDK requires Android Developer Toolkit version 22.0.0 or above. Current version is 21.1.0.v201302060044-569685. Please update ADT to the latest version."

如果您更新 sdk,然后出现错误“此 Android SDK 需要 Android Developer Toolkit 版本 22.0.0 或更高版本。当前版本为 21.1.0.v201302060044-569685。请将 ADT 更新到最新版本。”

then you can u do that steps which JFDionne tell ....

那么你可以做 JFDionne 告诉的那些步骤......

Help -> Eclipse Marketplace -> Click Popular Tab (or in Installed tab) -> Search for "Android Development Tools for Eclipse" -> click Update button.

帮助 -> Eclipse Marketplace -> 单击“流行”选项卡(或在“已安装”选项卡中)-> 搜索“用于 Eclipse 的 Android 开发工具”-> 单击更新按钮。

my problem is also fixed by doing above steps .....

通过执行上述步骤也解决了我的问题.....

回答by Kalyanaraman Santhanam

For me, the auto-update feature from eclipse wasn't working. So I manually downloaded the eclipse adt from the Android site. Extracted the zip and used it as a new local site for plugins. It installs and restarts the eclipse and the issue is gone.

对我来说,eclipse 的自动更新功能不起作用。所以我从安卓网站手动下载了eclipse adt 。解压缩 zip 并将其用作插件的新本地站点。它安装并重新启动eclipse,问题就消失了。

回答by Bruno

Solved this problem in Ubuntu 12:04 LTS running Eclipse as root.

在以 root 身份运行 Eclipse 的 Ubuntu 12:04 LTS 中解决了这个问题。

sudo eclipse

须藤日食