34
votes

What is the final version of the ADT Bundle that was released by Google?

Since "Android Studio" was announced as official IDE for the development of Android apps, the ADT Bundle (Eclipse with ADT Plugin & Android SDK) cannot be downloaded from developer.android.com any longer. I also could not find a version history for the ADT Bundle.

I need the final version number in the form "YYYYMMDD", so I can determine the URL for downloading according to the following pattern (see also this answer):

http://dl.google.com/android/adt/adt-bundle-windows-x86_64-<YYYYMMDD>.zip

For example, the following download URL for version 20140702 (2nd July 2014) is still working: http://dl.google.com/android/adt/adt-bundle-windows-x86_64-20140702.zip

3
I think you cannot find it now. you have to update it from SDK ManagerSaad Anees

3 Answers

80
votes
5
votes

It seems that the version "20140702" of the example link in the question was the final version, because I downloaded this file on the 12th November 2014, i.e. the version from the 2nd of July 2014 was still the latest version on 12th of November. When I try manually all the possible versions/dates between today in this date, then I always get a page with error code "404" (file not found), which indicates that no new version was released since the 12th of November.

3
votes

You can also get an updated version of the Eclipse's ADT plugin (based on an unreleased 24.2.0 version) that I managed to patch and compile at https://github.com/khaledev/ADT.