Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cant update Android SDK tools from 20 to 21

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

Please Suggest me.

like image 378
Sharanabasu Angadi Avatar asked Dec 21 '12 11:12

Sharanabasu Angadi


People also ask

How do I upgrade to the latest SDK?

To open the SDK Manager from Android Studio, click Tools > SDK Manager or click SDK Manager in the toolbar. If you're not using Android Studio, you can download tools using the sdkmanager command-line tool. When an update is available for a package you already have, a dash appears in the check box next to the package.

How do you resolve Android Sdkmanager not found update to the latest Android SDK and ensure that the Cmdline tools are installed to resolve this?

Go to "SDK Tools" and install "Android SDK Tools" and "Android SDK Command-line Tools": You need to open Android Studio then go to Tools > SDK Manager > SDK Tools tab, uncheck the option Hide Obsolete Packages. And install Android SDK Tools and Android SDK Command-line Tools.

How do I install the latest Android SDK?

Click Tools > SDK Manager. In the SDK Platforms tab, select Android 11. In the SDK Tools tab, select Android SDK Build-Tools 30 (or higher). Click OK to begin install.

How do I fix Android SDK is missing or corrupted?

Quick fix: Go to the Tools –> SDK manager –> SDK tools. Deselect Hide obsolete packages option on the right bottom and further install Android SDK Tools(obsolete).


2 Answers

Try to reload the packages. it will solve the issue .

http://tools.android.com/knownissues

like image 133
DkPathak Avatar answered Nov 10 '22 00:11

DkPathak


Thanks all.

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

like image 24
Sharanabasu Angadi Avatar answered Nov 10 '22 00:11

Sharanabasu Angadi