Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I find older versions of Eclipse ADT

You may need to use an older version of the Eclipse ADT in case you have a custom setup that depends on Google's earlier build system standards. Where on the web can you find the older versions of the ADT and how do you install them in Eclipse?

like image 663
Jo Jo Avatar asked Jan 17 '11 04:01

Jo Jo


People also ask

How do I get an older version of Eclipse?

You also can revert an entire file to its previous version by right-clicking it in a view such as the Package Explorer and selecting one of the following menu items: Replace With→ Previous from Local History. Replaces the file with the previous version in local history. Replace With→ Local History.

How do I know my ADT version in Eclipse?

Click Eclipse on the Menu. Select the Android Dev Toolkit icon (the android icon). You will then find the current version in the version column of the table. Save this answer.

How do I download ADT plugin for Eclipse?

Downloading the ADT PluginStart Eclipse, then select Help > Install New Software.... Click Add, in the top-right corner. Note: If you have trouble acquiring the plugin, try using "http" in the Location URL, instead of "https" (https is preferred for security reasons). Click OK.


2 Answers

You can find the old versions of the ADT at the following URLs (it looks like Google keeps them around, but doesn't advertise how to locate them).

  • http://dl.google.com/android/ADT-0.9.5.zip
  • http://dl.google.com/android/ADT-0.9.6.zip
  • http://dl.google.com/android/ADT-0.9.7.zip
  • http://dl.google.com/android/ADT-0.9.8.zip
  • http://dl.google.com/android/ADT-0.9.9.zip
  • http://dl.google.com/android/ADT-8.0.0.zip
  • http://dl.google.com/android/ADT-8.0.1.zip
  • http://dl.google.com/android/ADT-10.0.0.zip
  • http://dl.google.com/android/ADT-10.0.1.zip
  • http://dl.google.com/android/ADT-12.0.0.zip
  • http://dl.google.com/android/ADT-14.0.0.zip
  • http://dl.google.com/android/ADT-15.0.0.zip
  • http://dl.google.com/android/ADT-20.0.0.zip
  • http://dl.google.com/android/ADT-20.0.3.zip
  • http://dl.google.com/android/ADT-21.0.0.zip
  • http://dl.google.com/android/ADT-21.0.1.zip
  • http://dl.google.com/android/ADT-21.1.0.zip
  • http://dl.google.com/android/ADT-22.0.0.zip
  • http://dl.google.com/android/ADT-22.0.1.zip
  • http://dl.google.com/android/ADT-22.0.4.zip
  • http://dl.google.com/android/ADT-22.0.5.zip
  • http://dl.google.com/android/ADT-22.2.0.zip
  • http://dl.google.com/android/ADT-22.2.1.zip
  • http://dl.google.com/android/ADT-22.3.0.zip

You can use these in Eclipse by first downloading the desired ADT zip to your local drive, then choosing "Install New Software", "Add Site", "Archive".

like image 149
Jo Jo Avatar answered Sep 26 '22 07:09

Jo Jo


this page always has the latest ADT available as a zip file

http://developer.android.com/sdk/eclipse-adt.html

and you can use the wayback machine to find older versions of that page, with a link to the older version of ADT

http://wayback.archive.org/web/*/http://developer.android.com/sdk/eclipse-adt.html

like image 27
Ben H Avatar answered Sep 23 '22 07:09

Ben H