How to install Android 4.0 (API 14) in Eclipse?

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

enter image description here

+1
android eclipse sdk
Aug 27 '12 at 11:34
source share
6 answers

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 :)

+1
Aug 27 2018-12-12T00:
source share
β€” -

Click Android Sdk Manager in Eclipse. Now check the box for Android 4.0 and click "Install Packages." Accept and install.

enter image description here

enter image description here

+3
Aug 27 '12 at 11:39 on
source share

click android sdk manager in eclipse check android 4.0 - and click "Install."

0
Aug 27 2018-12-12T00:
source share

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

0
Aug 27 '12 at 11:37
source share

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

:)

0
Aug 27 '12 at 11:39 on
source share

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.

0
Aug 03 '13 at 14:26
source share



All Articles