Android 开发工具下载不再存在

Android Development Tools download no longer exist

我一直在使用绿色应用程序的独立 ADT。图标很久了。

我现在开始在一家新公司工作,现在不是开始在 Android Studio 上学习的时候。也许我会在稍后阶段这样做。

http://developer.android.com/sdk/index.html 页面用于下载独立的 ADT。此页面现在仅包含 Android Studio 并且上面写着 The official Android IDE.

Any idea how I can get the ADT download??

PS: 我不想把它作为一个 eclipse 插件。

我不确定这是否是最新版本 但尝试下载它,并从 SDK-Manager 更新 我知道在新工作的第一天,没有准备好的环境是什么感觉。

Download Windows

Download MAC

祝你好运

I have been using standalone ADT with the green app. icon for a long time.

这实际上是 ADT 和 Eclipse 的捆绑包。来自 Android Developer(强调我的)...

ADT (Android Developer Tools) is a plugin for Eclipse that provides a suite of tools that are integrated with the Eclipse IDE. It offers you access to many features that help you develop Android applications. ADT provides GUI access to many of the command line SDK tools as well as a UI design tool for rapid prototyping, designing, and building of your application's user interface.

...所以 "standalone" 没有关于 ADT 的内容。看起来像单独的 "standalone" ADT 特定 IDE 只是 Eclipse 的扩展版本;就像 Spring Tool Suite。令人惊奇的是,闪屏会如此混乱。

The http://developer.android.com/sdk/index.html page used to have the standalone ADT download. This is page now only include the Android Studio and it says The official Android IDE.

这已经持续了一段时间了。 Android 与 Eclipse(您所说的 "standalone" ADT)相比,Studio 并不是特别难用,但是如果您现在不关心更改,您仍然可以使用 ADT 的形式较新版本的 Eclipse。

我知道这不是你所说的版本,但坚持使用旧技术并没有太大好处。由于 Google 对 AS 的态度,现在他们建议你改变而不是警告那些喜欢高效而不是探索的新用户,它在生产中是稳定的。

Any idea how I can get the ADT download??

它在您提供的 link 中可用,只是不是您习惯的方式。这应该无关紧要,因为有关于如何获取 Eclipse 和自己添加工具的详细说明。问题是...

PS: I don't want to have it as an eclipse plugin.

这在逻辑上是不可能的。因为 ADT 是 Eclipse 的插件,正如 Android 文档所述,您必须将它作为 Eclipse 插件; 就是这样。问题是你 want/need 是否从你身上提取了事实以便你晚上可以入睡;我想。

因此,最佳 答案,对于最佳的特定定义,将是获取 Eclipse 的最新版本,然后按照 instructions安装 ADT 插件。但值得注意的是,正如文档所说,为了确保您是最新的,您可能需要努力进行更改。