Anand Sunderraman
Anand Sunderraman

Reputation: 8138

Android SDk Manager - Download SDK 3.0 to 3.2

When my Android SDK Manager opens up it shows me SDK 4.0.3 and then 2.3.3, 2.2 and 2.1

Why is the 3.x SDK not listed ?

I am using Windows OS

Upvotes: 4

Views: 14631

Answers (4)

user1436489
user1436489

Reputation:

In case you are using proxy network, open the Android SDK manager.

Go to tools -> options and give the proxy address and port number, and restart Android SDK manager.

It will show the updates and packages which are yet to be installed.

Upvotes: 2

Lou Morda
Lou Morda

Reputation: 5165

The problem is that your Android SDK manager is out of date. The older verions do not list those SDKs. I just updated to Android SDK Tools revision 20, which you can do from your Android SDK Manager. Open SDK Manager, select Android SDK Tools, click "Install 1 Package" in the bottom right corner, and wait for the SDK Manager to basically update itself. At the end, you have to close and re-open the SDK manager, and those SDKs will be listed.

Upvotes: 3

Swayam
Swayam

Reputation: 16354

Click on the icon on the toolbar in Eclipse that says "Opens the Android SDK Manager".

You will displayed the packages that are already installed in your system and the ones that are missing.

Select the package you want to install. ( Android 3.0 and 3.1 in your case).

In the next screens, click on "Accept All" and "Install".

Upvotes: 0

Dipak Keshariya
Dipak Keshariya

Reputation: 22291

Click on "open the Android SDK Manager" from Toolbar in Eclipse, after that one window is popup then select android 3.* and other packages and click on install packages button after that one more popup is displaying then select accept all and click install button and see below link also, sorry for my bad English communication.

Adding Packages

Upvotes: 1

Related Questions