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

2019-08-11 18:41发布

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

enter image description here

6条回答
我欲成王,谁敢阻挡
2楼-- · 2019-08-11 18:50

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.

查看更多
Ridiculous、
3楼-- · 2019-08-11 18:52

In Eclipse go to:

Window > Android SDK Manager

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

:)

查看更多
Explosion°爆炸
4楼-- · 2019-08-11 19:00

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

查看更多
Emotional °昔
5楼-- · 2019-08-11 19:05

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

enter image description here

enter image description here

查看更多
放我归山
6楼-- · 2019-08-11 19:11

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

查看更多
叼着烟拽天下
7楼-- · 2019-08-11 19:13

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

查看更多
登录 后发表回答