gooner
gooner

Reputation: 349

My android sdk manager only shows api 17

I want to download other android APIs and samples but my android SDK manager doesnt show me any other options than android sdk 4.2 API 17. Can anyone plz help me with this. Am I missing something? Thanx for your help

I tried following link, http://developer.android.com/sdk/installing/adding-packages.html

Upvotes: 0

Views: 2077

Answers (3)

dwilli
dwilli

Reputation: 641

For me it was a little different than the selected answer.

In Android SDK Manager -> Appearance & Behavior -> System Settings -> HTTP Proxy select 'Auto-detect proxy settings'

Upvotes: 0

Jiao Yu
Jiao Yu

Reputation: 110

I had the same issue. But resolved it by checking the Proxy setup. Tools ->Options-> Setup HTTP Proxy Server and HTTP Proxy Port. It should be the same setting as your IE Internet Connection Settings.

After the Proxy setup is complete, Go to Package -> Reload -> All previous versions of API starts to show up in Android SDK Manager.

Upvotes: 3

Michał Z.
Michał Z.

Reputation: 4119

You should update your manager first by downloading SDK Tools in your current manager.

Upvotes: 2

Related Questions