Reputation: 4736
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....
Once i open the SDK Manager, I can only see a part of the API level 17 updates, but not all..
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.
I am running Eclipse 3.7. What can be done to update the API Level 17 properly?
Upvotes: 2
Views: 597
Reputation: 1904
Try to Reload your sdk manager from Packages->Reload
. May it work out.
Upvotes: 1
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
Reputation: 397
In Eclipse:
help
at the top of the screen.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
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