2

I've just updated the Android SDK in Ubuntu to r23 and was prompted by Eclipse to update my ADT to version 23 as well. However, when I check for updates in Eclipse, it informs me that there are no updates.

I then tried to download the ADT23 zip archive and use Install Software in Eclipse to update it, but it then throws dependency errors as my previous versions are still installed.

How do I update my ADT?

user1118764
  • 9,255
  • 18
  • 61
  • 113

5 Answers5

4

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 !

Community
  • 1
  • 1
Amir
  • 16,067
  • 10
  • 80
  • 119
0

You can try one thing.

Goto: Help --> Install new software.
Select your ADT url in "Work with" dropdown.
It will list the Developer tools.
Now select all and press next.

You should be able to update it.

sbajaj
  • 59
  • 4
0

The only way to currently use ADT v23 is to manually download Eclipse from http://eclipse.org and then install ADT. You can find the instructions to install ADT here : http://developer.android.com/sdk/installing/installing-adt.html

Hiemanshu Sharma
  • 7,702
  • 1
  • 16
  • 13
0

remove your ADT and install new one if it does not work check that you have permission to the site to download the ADT maybe your country filtered the linked!

0

If you want ADT 23.0.0 then check all the dependencies -

ADT 23.0.0 (June 2014)

Dependencies:

  • Java 7 or higher is required if you are targeting the L Developer Preview.
  • Java 1.6 or higher is required if you are targeting other releases.
  • Eclipse Indigo (Version 3.7.2) or higher is required.
  • This version of ADT is designed for use with SDK Tools r23.0.0. If you haven't already installed SDK Tools r23.0.0 into your SDK, use
    the Android SDK Manager to do so.

Source: Eclipse ADT.

NOTE:

Also check the following post - update-eclipse-with-android-development-tools-23.

Community
  • 1
  • 1
sjain
  • 23,126
  • 28
  • 107
  • 185