无法将 Eclipse 中的 ADT 更新到版本 23

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/24626126/
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 21:47:37  来源:igfitidea点击:

Can't update ADT in Eclipse to version 23

androideclipseadteclipse-adt

提问by user1118764

I've just updated the Android SDK in Ubuntu to r23 and was prompted by Eclipse to update my ADT to version 23 as well. However, when I check for updates in Eclipse, it informs me that there are no updates.

我刚刚将 Ubuntu 中的 Android SDK 更新为 r23,并且 Eclipse 提示我将我的 ADT 也更新到版本 23。但是,当我在 Eclipse 中检查更新时,它通知我没有更新。

I then tried to download the ADT23 zip archive and use Install Software in Eclipse to update it, but it then throws dependency errors as my previous versions are still installed.

然后我尝试下载 ADT23 zip 存档并使用 Eclipse 中的安装软件来更新它,但它会抛出依赖项错误,因为我以前的版本仍然安装。

How do I update my ADT?

如何更新我的 ADT?

回答by Amir

Go to Help -> about eclipse -> installation details

进入帮助 -> 关于 eclipse -> 安装细节

Now you can see the plugin you installed , delete the previous plugin that you want to update and then install your ADT as describe here. My problem solved by this way ...

现在您可以看到您安装的插件,删除您想要更新的先前插件,然后按照此处的描述安装 ADT 。我的问题是这样解决的...

This linkmaybe be useful !

这个链接可能有用!

回答by sbajaj

You can try one thing.

你可以尝试一件事。

Goto:Help --> Install new software.
Select your ADT url in "Work with" dropdown.
It will list the Developer tools.
Now select all and press next.

转到:帮助 --> 安装新软件。
在“使用”下拉菜单中选择您的 ADT 网址。
它将列出开发人员工具。
现在全选并按下一步。

You should be able to update it.

你应该能够更新它。

回答by Hiemanshu Sharma

The only way to currently use ADT v23 is to manually download Eclipse from http://eclipse.organd then install ADT. You can find the instructions to install ADT here : http://developer.android.com/sdk/installing/installing-adt.html

当前使用 ADT v23 的唯一方法是从http://eclipse.org手动下载 Eclipse ,然后安装 ADT。您可以在此处找到安装 ADT 的说明:http: //developer.android.com/sdk/installing/installing-adt.html

回答by Ahmad Mohammadi

remove your ADT and install new one if it does not work check that you have permission to the site to download the ADT maybe your country filtered the linked!

删除您的 ADT 并安装新的,如果它不起作用,请检查您是否有权访问该站点以下载 ADT,也许您的国家/地区过滤了链接!

回答by My God

If you want ADT 23.0.0 then check all the dependencies -

如果您想要 ADT 23.0.0,请检查所有依赖项 -

ADT 23.0.0 (June 2014)

Dependencies:

  • Java 7 or higher is required if you are targeting the L Developer Preview.
  • Java 1.6 or higher is required if you are targeting other releases.
  • Eclipse Indigo (Version 3.7.2) or higher is required.
  • This version of ADT is designed for use with SDK Tools r23.0.0. If you haven't already installed SDK Tools r23.0.0 into your SDK, use
    the Android SDK Manager to do so.

ADT 23.0.0(2014 年 6 月)

依赖项:

  • 如果您的目标是 L Developer Preview,则需要 Java 7 或更高版本。
  • 如果您的目标是其他版本,则需要 Java 1.6 或更高版本。
  • 需要 Eclipse Indigo(版本 3.7.2)或更高版本。
  • 此版本的 ADT 设计用于 SDK Tools r23.0.0。如果您尚未将 SDK Tools r23.0.0 安装到您的 SDK 中,请使用
    Android SDK 管理器来安装。

Source: Eclipse ADT.

资料来源:Eclipse ADT

NOTE:

笔记:

Also check the following post - update-eclipse-with-android-development-tools-23.

另请检查以下帖子 - update-eclipse-with-android-development-tools-23