20

On the official site for Android development I can no longer see the link for the Eclipse ADT bundle.

I cannot switch to Android Studio as my framework is Ant based currently and not Gradle based.

Do I need to download Eclipse and ADT plugins separately, or is there an Eclipse ADT bundle link (if it still exists)?

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
master_dodo
  • 1,203
  • 3
  • 20
  • 31
  • with the release of android studio Eclipse is no longer supported and you will need to download everything separately. Eclipse will no longer get updated (for android support I mean) so I suggest you move to android studio as soon as possible – tyczj Dec 15 '14 at 18:35
  • 1
    While that might be duplicate from latest version point of view but this post allow people to provide with the link for other ADT bundles too which many developers might require for some purpose! – master_dodo Mar 11 '15 at 22:51

3 Answers3

78

Here you can download 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

QED
  • 9,803
  • 7
  • 50
  • 87
Asim.I
  • 1,097
  • 6
  • 8
  • 8
    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 – Asim.I Feb 02 '15 at 15:11
  • 2
    +1 for answer. Users must know that , this links are not longer available on google / android documentation. However they still support the plugin which can be installed on the eclipse. Download eclipse separately and install the adt plugin – Abhiram mishra Feb 10 '15 at 12:55
  • This may be the last build of adt-bundle. =( – Cory Trese Mar 30 '15 at 17:56
  • 2
    For those who are still using Eclipse ADT bundle, check PattaFeuFeu's answer here : http://stackoverflow.com/questions/27418096/where-can-i-download-eclipse-android-bundle#answer-27418547 PS. please move on with adt and use AS. – ralphgabb Jul 20 '15 at 01:36
  • 1
    @ralphspoon Please understand that Android Studio sucks ass at this moment. I'm not the only person having problems with AS. Just google and you'll find lots of people reporting problems. – TheRealChx101 Oct 29 '15 at 22:12
3

Looks like they have some instructions for that here: http://developer.android.com/sdk/installing/installing-adt.html

Bit more complicated then before...

Whitney
  • 1,217
  • 1
  • 8
  • 15
  • 2
    yeah you're correct, this is what I said that we need to download both of them separately. I don't know why old Android development links are removed as soon as newer version is released. They should take care of developers working on framework based on previous versions. – master_dodo Dec 15 '14 at 18:29
0

Now that the Android Studio is the official editor, I believe android removed that option. But you can download adt as zip file here: http://developer.android.com/sdk/installing/installing-adt.html

Cory Trese
  • 1,148
  • 10
  • 23
savante
  • 805
  • 1
  • 7
  • 20