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.
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
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
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.
Download latest eclipse.
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)Open Eclipse and follow the following steps:
Help
>Install New Software
>Add
>Archive
Developer Tools
, clickNext
, accept any licenses andFinish
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. PressOk
, update the ADT and restart Eclipse. Close and reopen the layout files and you'll be good to go.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
Try www.eclipse.org/downloads/packages/eclipse-android-developers-includes-incubating-components/neonrc3
The Android Developer pages still state how you can download and use the ADT plugin for Eclipse:
https://dl-ssl.google.com/android/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.