adamhala007
adamhala007

Reputation: 723

Eclipse Android SDK Manager - some packages are missing

I am beginner in Android programming. Can anybody tell me, how can I add more packages to Android SDK Manager? As you can see in the picture below, I have a list which contains API 19, API 17, API 16, API 10, Tools and Extras, but no other APIs. How can I add for example API 12?

Thanks for helping.

Android SK Manager

Upvotes: 2

Views: 159

Answers (3)

adamhala007
adamhala007

Reputation: 723

Finally, I have figured out the answer on my own. In Android SDK Manager I have opened the Tools folder and there I have updated the Android SDK Tools, because the last time I did this was approximately a year ago. Now it works perfectly!

Upvotes: 0

Robert Rowntree
Robert Rowntree

Reputation: 6289

Try a command line approach . use cmd or terminal to get command window . type 'android' st prompt which launch an executable from /sdkroot/tools.

The ui will let you install new API version like 12.

Upvotes: 1

hardillb
hardillb

Reputation: 59866

Untick the "Installed" check box at the bottom of the window.

Upvotes: 0

Related Questions