How to Find Older Versions of Eclipse Adt

Where can I find older versions of Eclipse ADT

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".

Update Eclipse with Android development tools v. 23

Google response:

This is a packaging bug. The entire proguard file is missing. We'll have an update asap, but until then just copy it over from a previous version of the tools:

  • http://dl.google.com/android/android-sdk_r22.6.2-linux.tgz
  • http://dl.google.com/android/android-sdk_r22.6.2-windows.zip
  • http://dl.google.com/android/android-sdk_r22.6.2-macosx.zip

and copy over the following files:

  • tools/hprof-conv
  • tools/support/annotations.jar
  • tools/proguard

So at the end if you started from a new ADT copy by hand the files :)

Edit: with the latest ADT release, the bundle should now work with auto-update, so install these new versions:

  • linux 64 bit vm: http://dl.google.com/android/adt/adt-bundle-linux-x86_64-20140702.zip
  • linux 32 bit vm: http://dl.google.com/android/adt/adt-bundle-linux-x86-20140702.zip
  • mac: 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

Don't try to upgrade from previous version because it doesn’t work at all.
If you have got problems with zipalign, it's now under build-tools and no more under tools/ so you can do a symbolic link or just copy it into the expected folder.

Android Development Tools (ADT) Plugin refuses to install on Eclipse

I went through The seven circles of hell untill i solved this.
What worked for me is that i installed an Older version of Eclipse, Helios.

Some methods you can try if you prefer using your existing version:

  • Run Eclipse as Administrator
  • Follow the Troubleshooting in the official site
  • In the "Available Software Sites" in preferances of Eclipse make sure the Galileo is checked and all other relavent sites
  • Make sure you are running on Eclipse IDE for Java EE Developers and not Classic (Not sure about this one, but read it somewhere)

Trouble installing archive ADT 1.7.0 Eclipse Plugin on Eclipse Classic 3.7.2 and Windows 7-64Bit

What helped in my case was installing Eclipse Indigo for Java EE Developers. Apparently, the classic version doesn't have everything that is required by ADT.

I also ran Eclipse as administrator but I'm not sure if it was required.

Eclipse Indigo - Cannot install Android ADT Plugin

Head over to Help -> Install New Software. Click on Available software sites. Delete the Android repo. Uncheck Indigo & Eclipse updates & recheck them. Now head back to Help -> Check for updates. Once done, add the Android repo again. Accept the license & you should be good to go.

(Had to do the same yesterday after getting Indigo)

Eclipse Juno ADT plugin NDK path removed?

you need re-install the ADT-23.0.4.zip (Don't forget select the Android Native Development Tools);

Please have a look at this Android SDK page.

You should:

  1. Download ADT-23.0.4.zip.
  2. Just re-install.
  3. Restart.
  4. You will see Eclipse > Window > Android > NDK tag.


Related Topics



Leave a reply



Submit