I am new to Android Development, I did not know how to install Android 4.0 in my eclipse tool? please help me.
Thanks at Advance
You need to install the SDK
http://developer.android.com/sdk/installing/index.html
Then download the version you want in your case 4.0, like this
http://developer.android.com/sdk/installing/adding-packages.html
You are developing Eclipse by following these steps to install the ADT plugin.
http://developer.android.com/sdk/installing/installing-adt.html
And then start coding :)
http://developer.android.com/sdk/installing/next.html
I hope you enjoyed and helped you :)
Click Android Sdk Manager in Eclipse. Now check the box for Android 4.0 and click "Install Packages." Accept and install.
click android sdk manager in eclipse check android 4.0 - and click "Install."
You open the SDK manager with either a double click or Eclipse, and then select Android 4.0 and install.
Instructions for the plugin can be found here: http://developer.android.com/tools/sdk/eclipse-adt.html
In Eclipse go to:
Window> Android SDK Manager
Now check the box for Android 4.1 and below to get into the Install 6 package
:)
You need to update the ADT plugin: In Eclipse, choose Help> Install New Software and then write ADT. After the update, you will be able to see Android 4 and later.