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
For historic reasons, I leave you the links to the last versions of ADT:
linux 64 bit:
http://dl.google.com/android/adt/adt-bundle-linux-x86_64-20140702.ziplinux 32 bit:
http://dl.google.com/android/adt/adt-bundle-linux-x86-20140702.zipMacOS X:
http://dl.google.com/android/adt/adt-bundle-mac-x86_64-20140702.zipWin32:
http://dl.google.com/android/adt/adt-bundle-windows-x86-20140702.zipWin64:
http://dl.google.com/android/adt/adt-bundle-windows-x86_64-20140702.zipAfter that, you can update ADT plugin after 20140702 version. This answer was intended for the ones starting from zero.