Rahul Kalidindi
Rahul Kalidindi

Reputation: 4736

Error updating Android SDK to API Level 17

I have updated the ADT version of to Ver 21. After I have updated the ADT and restarted the eclipse, I am getting the dialog below....

enter image description here

Once i open the SDK Manager, I can only see a part of the API level 17 updates, but not all..

enter image description here

And once i try to update the package, the prompt is not allowing me to update the package but it says API level 17 is missing.

enter image description here

I am running Eclipse 3.7. What can be done to update the API Level 17 properly?

Upvotes: 2

Views: 597

Answers (4)

KunalK
KunalK

Reputation: 1904

Try to Reload your sdk manager from Packages->Reload. May it work out.

Upvotes: 1

lokoko
lokoko

Reputation: 5803

You could have to go and update the sdk first. You could goto - help - and check for updates and update the sdk. Once done, you could then re-launch the sdk manager and update the APK.

Upvotes: 1

Umer Abid
Umer Abid

Reputation: 397

In Eclipse:

  1. Go to help at the top of the screen.
  2. Select check for updates

You first need to update your IDE and then update SDK.

This is because the Android SDK is updated separately from the Eclipse Plugin.

Upvotes: 4

user2119701
user2119701

Reputation: 29

I had the same issue... Take a look at command line there was a folder that can't be renamed at installation. I fixed this by renaming the folder manually and reinstall the update.

I used this link for updating http://dl-ssl.google.com/android/eclipse/

Upvotes: 0

Related Questions