Eclipse ADT捆绑链接在哪里?

myD*_*ode 20 eclipse android adt android-studio

在Android开发的官方网站上,我再也看不到Eclipse ADT软件包的链接了.

我无法切换到Android Studio,因为我的框架目前基于Ant,而不是基于Gradle.

我是否需要单独下载Eclipse和ADT插件,还是有一个Eclipse ADT捆绑链接(如果它仍然存在)?

Asi*_*m.I 78

在这里你可以下载adt bundles 2014-07-02:

Windows 32:https: //dl.google.com/android/adt/adt-bundle-windows-x86-20140702.zip

Windows 64:https: //dl.google.com/android/adt/adt-bundle-windows-x86_64-20140702.zip

Mac 64:https: //dl.google.com/android/adt/adt-bundle-mac-x86_64-20140702.zip

Linux 86:https: //dl.google.com/android/adt/adt-bundle-linux-x86-20140702.zip

Linux 64:https: //dl.google.com/android/adt/adt-bundle-linux-x86_64-20140702.zip

  • Mac 64:https://dl.google.com/android/adt/adt-bundle-mac-x86_64-20140702.zip Linux 86:https://dl.google.com/android/adt/adt-bundle-linux -x86-20140702.zip Linux 64:https://dl.google.com/android/adt/adt-bundle-linux-x86_64-20140702.zip (8认同)
  • +1回答.用户必须知道,这些链接在google/android文档中不再可用.但是他们仍然支持可以安装在日食上的插件.单独下载eclipse并安装adt插件 (2认同)
  • 对于仍在使用Eclipse ADT捆绑包的用户,请在此处查看PattaFeuFeu的答案:http://stackoverflow.com/questions/27418096/where-can-i-download-eclipse-android-bundle#answer-27418547 PS。请继续使用adt并使用AS。 (2认同)

小智 3

看起来他们在这里有一些说明:http://developer.android.com/sdk/installing/installing-adt.html

比之前复杂一点...

  • 是的,你是对的,这就是我所说的,我们需要分别下载它们。我不知道为什么旧的 Android 开发链接在新版本发布后就被删除了。他们应该照顾基于以前版本的框架开发人员。 (2认同)