Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the final version of the ADT Bundle?

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

like image 961
user1364368 Avatar asked Dec 12 '14 17:12

user1364368


People also ask

What is ADT bundle?

Android ADT Bundle. The ADT Bundle provides everything you need to start developing apps, including a version of the Eclipse IDE with built-in ADT (Android Developer Tools) to streamline your Android app development. so now we can say its single step download to setup Android development environment.

How do I download ADT bundles?

In your browser on the PC, open the Android SDK download page and click Download the SDK Tools ADT Bundle for Windows. On the Get the Android SDK page, you can select either 32-bit or 64-bit, according to your Windows platform. This download includes the SDK tools and the Eclipse IDE.


3 Answers

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.zip
  • linux 32 bit: http://dl.google.com/android/adt/adt-bundle-linux-x86-20140702.zip
  • MacOS X: http://dl.google.com/android/adt/adt-bundle-mac-x86_64-20140702.zip
  • Win32: http://dl.google.com/android/adt/adt-bundle-windows-x86-20140702.zip
  • Win64: http://dl.google.com/android/adt/adt-bundle-windows-x86_64-20140702.zip

After that, you can update ADT plugin after 20140702 version. This answer was intended for the ones starting from zero.

like image 145
Henrique de Sousa Avatar answered Oct 11 '22 21:10

Henrique de Sousa


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.

like image 21
user1364368 Avatar answered Oct 11 '22 23:10

user1364368


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.

like image 3
khaledev Avatar answered Oct 11 '22 23:10

khaledev