This Android SDK requires Android Developer Toolkit version 22.0.0 or above. Current version is 21.1.0.v201302060044-569685.

12,701

Solution 1

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.

Solution 2

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

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

Solution 4

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

Share:
12,701
theanilpaudel
Author by

theanilpaudel

Computer Fanatic, studying JAVA and so android

Updated on June 08, 2022

Comments

  • theanilpaudel
    theanilpaudel almost 2 years

    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