51

Where can I download Eclipse Android Bundle? Google now directed you to download Android Studio or to download Eclipse SDK integration but I want to find Eclipse Android bundle. I searched in Google and Eclipse web site but can't find any link.

Do you know any site, ftp etc. to download bundle?

Thanks.

peterh
  • 9,698
  • 15
  • 68
  • 87
Kuvalya
  • 1,068
  • 1
  • 15
  • 23
  • As google has announced that `Android studio` is official IDE for developing Android APP.There is no documentation from where to download ADT bundle for eclipse. – Shvet Dec 11 '14 at 08:24
  • 1
    @Dhaval Gondaliya; Iam working on a project and after installing some plugins, Eclipse crashed. I want to continue with Eclipse, at least for this project. – Kuvalya Dec 11 '14 at 08:30
  • 1
    have a look at this link to download complete bundle http://stackoverflow.com/a/24601365/1925394 – shehzy Mar 08 '15 at 16:29
  • http://www.eclipse.org/downloads/packages/eclipse-android-developers-includes-incubating-components/neon3 – Shirish Herwade Jun 06 '17 at 06:00

5 Answers5

115

The Android Developer pages still state how you can download and use the ADT plugin for Eclipse:

  1. Start Eclipse, then select Help > Install New Software.
  2. Click Add, in the top-right corner.
  3. In the Add Repository dialog that appears, enter "ADT Plugin" for the Name and the following URL for the Location: https://dl-ssl.google.com/android/eclipse/
  4. Click OK.
  5. In the Available Software dialog, select the checkbox next to Developer Tools and click Next.
  6. In the next window, you'll see a list of the tools to be downloaded. Click Next.
  7. Read and accept the license agreements, then click Finish. If you get a security warning saying that the authenticity or validity of the software can't be established, click OK
  8. When the installation completes, restart Eclipse.

Links for the Eclipse ADT Bundle (found using Archive.org's WayBackMachine) I don't know how future-proof these links are. They all worked on February 27th, 2017.


Update (2015-06-29): Google will end development and official support for ADT in Eclipse at the end of this year and recommends switching to Android Studio.

PattaFeuFeu
  • 1,791
  • 3
  • 18
  • 23
14

Here you can download adt bundles 2014-07-02:

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

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

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

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

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

Muhammad Annaqeeb
  • 6,038
  • 3
  • 32
  • 39
Asim.I
  • 1,097
  • 6
  • 8
  • 5
    Mac 64: http://dl.google.com/android/adt/adt-bundle-mac-x86_64-20140702.zip Linux 86: http://dl.google.com/android/adt/adt-bundle-linux-x86-20140702.zip Linux 64: http://dl.google.com/android/adt/adt-bundle-linux-x86_64-20140702.zip – Asim.I Feb 02 '15 at 16:14
  • 3
    How are these any different to the ones I posted? – PattaFeuFeu Feb 03 '15 at 18:11
  • my guess is he is just trying to artificially inflate his SO activity. maybe he is taking a class and is required to answer something on stackoverflow. – skzryzg Feb 05 '15 at 12:30
  • 3
    sorry pattafeufeu,i'm new to android development,spend whole day searching for adt bundle, because according to developers site"android studio is native platform for developing android apps" .i think it may b helpful for newbies like me and in hurry never read your answer carefully.. – Asim.I Feb 05 '15 at 13:20
  • 1
    don't just copy other peoples' links. I would recommend removing your answer. – Adam Burley Nov 28 '16 at 18:05
8

You don't actually need the bundle as the ADT can be used with just any latest Eclipse IDE.


1. Make sure you have JDK installed.
  1. Download latest eclipse.

  2. Download latest ADT plugin ADT-XX.X.X.zip. As of this answer the current version is ADT-23.0.7.zip (More versions at http://developer.android.com/tools/sdk/eclipse-adt.html)

  3. Open Eclipse and follow the following steps:

    • Open Help > Install New Software > Add > Archive
    • Navigate to where you downloaded your ADT plugin and select it.
    • Check Developer Tools, click Next, accept any licenses and Finish
  4. After restarting Eclipse, if you are not able to open a layout file go to step 4 but instead of selecting archive add https://dl-ssl.google.com/android/eclipse/ in the Location: textbox. Press Ok, update the ADT and restart Eclipse. Close and reopen the layout files and you'll be good to go.

  5. Run the Android SDK Manager to update its components.


EDIT: The ADT plugin has long since been deprecated. For more information visit this link:

https://developer.android.com/studio/tools/sdk/eclipse-adt.html

TheRealChx101
  • 1,268
  • 16
  • 32
0

Google has ended support for eclipse plugin. If you prefer to use eclipse still you can download Eclipse Android Development Tool from

ADT for Eclipse

Ali.Rashidi
  • 1,039
  • 3
  • 17
  • 38
  • Thank You so much I had an e-book for android 4 development and I was really searching for it. Eclipse is fast and easy to use compared to IntelliJ products. –  Mar 21 '16 at 15:08
-2

Try www.eclipse.org/downloads/packages/eclipse-android-developers-includes-incubating-components/neonrc3

Zombdale
  • 7
  • 2