简体   繁体   English

该Android SDK需要Android Developer Toolkit -887826。 请更新ADT为最新版本

[英]This Android SDK requires Android Developer Toolkit -887826. Please update ADT to the latest version

When I click check for updates it goes through many Google URL and says no updates available. 当我单击检查更新时,它会通过许多Google URL,并说没有可用的更新。 So I did some Google and later on checked for install new software. 所以我做了一些谷歌,后来检查安装新软件。
This also don't work it says the dependencies are already installed. 这也表示它已经安装了依赖项,因此不起作用。 and I have later on installed all the build tools.. It is not detecting my SDK saying to please update? 后来我已经安装了所有构建工具。.没有检测到我的SDK要求更新吗? Help! 救命! Please! 请!

This problem occurred when I updated SDK tools! 我更新SDK工具时发生了此问题!

and yeah tried Https and Http too no use! 是的,尝试过Https和Http也没用!

Don't update ADT to the latest version instead downgrade the SDK to 22.6.2. 不要将ADT更新到最新版本,而是将SDK降级到22.6.2。

The new version(rev 23) is full of bugs. 新版本(rev 23)充满了错误。 I we solve 1 problem the another problem generates, I faced the same problem and this is how I did it. 我解决了另一个问题产生的一个问题,我也遇到了同样的问题,这就是我的解决方法。

Google project manager recomments to use old SDK 22.6.2 until the problem is fixed. Google项目经理建议您使用旧的SDK 22.6.2,直到问题解决。

Please wait for an updated version within a day or two. 请在一两天内等待更新版本。 Until then, your workaround is to do download one of: 在此之前,您的解决方法是下载以下其中一项:
http://dl.google.com/android/android-sdk_r22.6.2-linux.tgz http://dl.google.com/android/android-sdk_r22.6.2-linux.tgz
http://dl.google.com/android/android-sdk_r22.6.2-windows.zip http://dl.google.com/android/android-sdk_r22.6.2-windows.zip
http://dl.google.com/android/android-sdk_r22.6.2-macosx.zip http://dl.google.com/android/android-sdk_r22.6.2-macosx.zip
and copy over the following files: 并复制以下文件:
tools/hprof-conv 工具/ HPROF-CONV
tools/support/annotations.jar 工具/支持/ annotations.jar
tools/proguard 工具/ proguard的

So, after extracting the zip file you downloaded , paste(overwrite) its contents in the SDK to where it is installed. 因此,解压缩下载的zip文件后,将其内容粘贴(覆盖)到SDK的安装位置。 Then start eclipse it will work normally ! 然后开始蚀就可以正常工作了!

Solution is: First Update ADT to 23.0 and then Update SDK Tool to 23.0 解决方案是:首先将ADT更新为23.0,然后将SDK工具更新为23.0

You have updated the android sdk but not updated the adt to match with it. 您已经更新了android sdk,但尚未更新adt以与其匹配。

You can update the adt from here 您可以从这里更新adt

You might need to update the software source for your adt update 您可能需要更新adt更新的软件源

Go to eclipse > help > Check for updates. 转到Eclipse>帮助>检查更新。

It should list the latest update of adt. 它应该列出adt的最新更新。 If it is not working try this 如果不起作用,请尝试此

go to eclipse > help > Install new software 转到Eclipse>帮助>安装新软件

Click on add 点击添加

add this url : https://dl-ssl.google.com/android/eclipse/ 添加此网址: https : //dl-ssl.google.com/android/eclipse/

give it any name. 给它起任何名字。

It will list the updates available- which should ideally be adt 20.xx 它将列出可用的更新-理想情况下应为adt 20.xx

Eclipse will restart and hopefully everything should work fine for you. Eclipse将重新启动,希望一切对您而言都可以正常工作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM