How to Update My Adt in Eclipse

How can I update my ADT in Eclipse?

You have updated the android sdk but not updated the adt to match with it.

You can update the adt from here

You might need to update the software source for your adt update

Go to eclipse > help > Check for updates.

It should list the latest update of adt. If it is not working try the same *Go to eclipse > help > Install new software * but now please do the follwing:

  • Click on add

  • Add this url : https://dl-ssl.google.com/android/eclipse/

  • Give it any name.

It will list the updates available- which should ideally be adt 20.xx

Eclipse will restart and hopefully everything should work fine for you.

Can't Update my ADT android from 22 to v 23

Looks like you've found out the hard way that upgrading a ADT bundle from v22.x to v23.x just doesn't work. This was caused by changes that Google made.

I ran into this problem, and the only way to get the new ADT version is to get a new bundle.

You can see the whole thread here, below is the post by a Google Project Member:

Ok, guys, sorry about all this trouble, and we apologize for the
messed up releases. Here's the summary:

  • There is no way to update an existing ADT bundle that you might have downloaded.
  • You can do one of two options:

    1. Install eclipse from eclipse.org and install ADT by pointing to the update site: https://dl-ssl.google.com/android/eclipse

    2. Download bundles from here:


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

Starting with ADT bundle 23.0.2, you should be able to update to future versions of ADT.

One more strange thing to note, they actually went back to an older version of Eclipse for these ADT bundles, and you will no longer get the nice black and green Android specific splash screen that Eclipse had before.

Can't update ADT plugin in Eclipse to version 23.0.0 or above

Help-->Install New Software-->What is already installed?

Then, Select "Android DDMS, Andoid Devlopment Tools,Android Hierarcy Viewer, Android native Development Tools, Android Traceview, Tracer for OpenGL ES" and click Uninstall.

After all this step, try Add link (https://dl-ssl.google.com/android/eclipse/) and name is ADT Plugin. This link will get the latest ADT Plugin. In this way you reinstall the ADT.

eclipse adt error after updating sdk

The new version is full of bugs.

Google project manager said to use old SDK 22.6.2 until the problem is fixed.

Please wait for an updated version within a day or two. Until then, your workaround is to do download one of:

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 download the zip, after extracting the zip file you downloaded, paste(overwrite) its contents in the SDK to where it is installed. Then start eclipse it will work normally!

Can't update ADT in Eclipse to version 23

Go to Help -> about eclipse -> installation details

Now you can see the plugin you installed , delete the previous plugin that you want to update and then install your ADT as describe here .
My problem solved by this way ...

This link maybe be useful !



Related Topics



Leave a reply



Submit