Unable to update Android SDK tools from 20 to 21

I want to update my Android SDK tools from 20 to 21. But I can not see version 21 in the SDK manager. I am using Linux 12.04 and eclipse 3.X. Please find attached image enter image description here

Please introduce yourself to me.

+6
source share
4 answers

Try reloading packages. he will solve the problem.

http://tools.android.com/knownissues

+9
source

Thanks to everyone.

Some, as I tried to do this. I downloaded another version of eclipse(latest indigo) and installed the ADT plug-in in it, and I could easily update the SDK

+2
source

Try updating the ADT plugin in Eclipse first, only then this parameter will be visible.

In other words, go to "Help"> "Check for Updates in Eclipse," as soon as this is done, the Android update will be available to you.

+1
source

I did this on Windows some time earlier, so I don’t know if it works with Linux. First I updated the Android SDK Manager, and after that I updated Android on eclipse, it worked for me. Both updates that run as an administrator.

0
source

All Articles