4

I updated the SDK to the latest version i.e 22.0.0 from help>>install new software and then I put the url " http://dl-ssl.google.com/android/eclipse/ " there then I ticked "Developer Tools" and "NDK Plugin" then it says Cannot complete the request. See the error log for details. "Android DDMS" will be ignored because it is already installed. "Android Traceview" will be ignored because it is already installed. "Android Development Tools" will be ignored because it is already installed. "Android Hierarchy Viewer" will be ignored because it is already installed. "Tracer for OpenGL ES" will be ignored because it is already installed. "Android Native Development Tools" will be ignored because it is already installed.

Please help! Anyone

theanilpaudel
  • 2,840
  • 8
  • 28
  • 55

6 Answers6

15

What worked for me was the following following :

1- Go to Help->Install New software

2- Where it says "Work with" select "Android Developer Tools Update Site - http://dl-ssl.google.com/android/eclipse/"

3-After the refresh select "Developer Tools" and "NDK Plugins" , Make sure you select the main Branch

4-Click next

5-The following message should be under details "your Original request has been modified" "Android DDMS is already installed, so an update will be preformed instead"

6- Click Next and Accept the terms, and you are done.

Dulli
  • 391
  • 3
  • 5
  • That worked for me too. This guy says the same: http://stackoverflow.com/questions/14869929/update-android-sdk-tool-to-22-0-4latest-version-from-22-0-1 – Superlandero Feb 18 '14 at 19:55
  • 1
    I just did this and then received another error - No repository found containing: osgi.bundle,com.android.ide.eclipse - I found the cure in this post- http://stackoverflow.com/questions/9499563/no-repository-found-error-in-installing-adt-in-eclipse-indigo - to fix this next error copy the url and add it as a new link. Then download this appears to have fixed my issue. I've been round the houses with this - I have ticked 4 separate answers that have got me a step closer – Martin Feb 18 '14 at 21:19
  • Glad the other post helped, you found the other link, it worked for the newer version as well – Dulli Mar 21 '14 at 14:05
  • +1 Thanks. This worked around an issue in Luna for me where ADT couldn't be installed at all through the marketplace. – ashes999 Jul 30 '14 at 10:05
14

I had the same problem last week, I tried everything, but nothing helped me.

Finally fixed it only by re-downloading ADT bundle whole again.

Give a try before everything through https://dl-ssl.google.com/android/eclipse/ not http

Yash Krishnan
  • 2,403
  • 1
  • 14
  • 22
3

I fixed it by doing this:

Help -> Eclipse Marketplace -> Click Popular Tab (or in Installed tab) -> Search for "Android Development Tools for Eclipse" -> click Update button.

JFDionne
  • 65
  • 6
1

if you update sdk and then you get that error "This Android SDK requires Android Developer Toolkit version 22.0.0 or above. Current version is 21.1.0.v201302060044-569685. Please update ADT to the latest version."

then you can u do that steps which JFDionne tell ....

Help -> Eclipse Marketplace -> Click Popular Tab (or in Installed tab) -> Search for "Android Development Tools for Eclipse" -> click Update button.

my problem is also fixed by doing above steps .....

Zeeshan Akhter
  • 1,801
  • 18
  • 19
0

For me, the auto-update feature from eclipse wasn't working. So I manually downloaded the eclipse adt from the Android site. Extracted the zip and used it as a new local site for plugins. It installs and restarts the eclipse and the issue is gone.

Kalyanaraman Santhanam
  • 1,173
  • 1
  • 16
  • 29
0

Solved this problem in Ubuntu 12:04 LTS running Eclipse as root.

sudo eclipse

anhlc
  • 11,441
  • 4
  • 28
  • 37
Bruno
  • 101
  • 1