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

2019-08-11 18:27发布

问题:

I am new to Android Development, I didn't know, how to install Android 4.0 in my eclipse tool? please help me.

Thanks in Advance

回答1:

You need to install the SDK

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

Then download the version you want in your case the 4.0 like this

http://developer.android.com/sdk/installing/adding-packages.html

You are developing on Eclipse so follow those 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

Hope you liked and helped you :)



回答2:

Click on Android Sdk Manager in Eclipse . Now select the checkbox Android 4.0 and Click on Install Packages. Accept and Install.



回答3:

click android sdk manager in eclipse check android 4.0 -- and click install you are done



回答4:

You open the SDK manager either by double click or by Eclipse and then you select Android 4.0 and install.

Instructions for the plugin can be found here: http://developer.android.com/tools/sdk/eclipse-adt.html



回答5:

In Eclipse go to:

Window > Android SDK Manager

And now select the checkbox Android 4.1 and below hit on Install 6 packages

:)



回答6:

You have to update your ADT plug-in: In Eclipse, select Help > Install New Software and then write ADT. After the update you will be able to see Android 4 and later.