Praveenkumar
Praveenkumar

Reputation: 24476

AVD Creation of Android 4.0 (Ice Cream Sandwich) for windows

Android 4.0 is released now. Where can i get that ADT Plugin for android 4.0. And, also where can i get the Android 4.0's SDK.

I'm using Eclipse for developing the android. I just googling about this but i got answer for linux Where can i get these things for Eclipse using Windows OS. Anyone guid me? Thanks in advance.

Upvotes: 0

Views: 1653

Answers (4)

Paresh Mayani
Paresh Mayani

Reputation: 128428

Once you download ADT plugin inside the Eclipse, you can download any SDK platform.

After updating or installating ADT 14.0, you will get this SDK Manager (Just check the below snap, i have already installed SDK 4.0)

enter image description here

Update:

For updating ADT plugin, you have to check in eclipse: Help -> Check for updates

Upvotes: 1

Reno
Reno

Reputation: 33792

Where can i get that ADT Plugin for android 4.0.And, also where can i get the Android 4.0's SDK.

http://developer.android.com/sdk/index.html

http://developer.android.com/sdk/adding-components.html

http://developer.android.com/sdk/eclipse-adt.html#installing

After following these steps, launch your SDK Manager and you will see Android 4.0 (API 14). Hit Install 5 packages.

enter image description here

Upvotes: 2

ilango j
ilango j

Reputation: 6037

it is very easy, instead of downloading update your adt in eclipse, do the following,

Open eclipse and goto Help-->Install New Software in that you can see Work with text box

in that select

update site: https://dl-ssl.google.com/android/eclipse/ - https://dl-ssl.google.com/android/eclipse/ that's all you can see developer tools version 14.0 then install that and restart eclipse after install completed. After restarted open sdk manager there you can see android 4.0 then select and update.

Upvotes: 1

dharmendra
dharmendra

Reputation: 7881

Yo are using the Eclipse so ,For 4.0 SDK trace Window>AndroidSdkManager > AvailablePackages >then Select the Platform 14 . it will update your Sdk . After updating your Sdk you need to update the ADT Plugin .For that trace Help >CheckForUpdate . then select the ADT for platform 14.

Upvotes: 2

Related Questions