Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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

like image 611
theanilpaudel Avatar asked Nov 28 '22 04:11

theanilpaudel


2 Answers

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.

like image 162
Dulli Avatar answered Dec 09 '22 15:12

Dulli


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

like image 39
Yash Krishnan Avatar answered Dec 09 '22 16:12

Yash Krishnan