如何在 Eclipse 中安装 Android 4.0 (API 14)?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/12141169/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-19 18:52:06  来源:igfitidea点击:

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

androideclipsesdk

提问by SampathKumar

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

我是 Android 开发新手,不知道如何在我的 eclipse 工具中安装 Android 4.0?请帮我。

Thanks in Advance

提前致谢

enter image description here

在此处输入图片说明

采纳答案by axierjhtjz

You need to install the SDK

您需要安装SDK

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

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

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

然后像这样下载你想要的版本 4.0

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

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

You are developing on Eclipse so follow those steps to install the ADT plugin

您正在 Eclipse 上进行开发,因此请按照以下步骤安装 ADT 插件

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

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

And then start coding :)

然后开始编码:)

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

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

Hope you liked and helped you :)

希望你喜欢并帮助你:)

回答by Chirag

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

单击 Eclipse 中的 Android Sdk 管理器。现在选中复选框 Android 4.0 并单击安装包。接受并安装。

enter image description here

在此处输入图片说明

enter image description here

在此处输入图片说明

回答by Athul Harikumar

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

在 Eclipse 中单击 android sdk manager 检查 android 4.0 -- 然后单击安装就完成了

回答by MayTheSchwartzBeWithYou

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

您可以通过双击或通过 Eclipse 打开 SDK 管理器,然后选择 Android 4.0 并安装。

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

插件说明可以在这里找到:http: //developer.android.com/tools/sdk/eclipse-adt.html

回答by Matteo Cardellini

In Eclipse go to:

在 Eclipse 中转到:

Window > Android SDK Manager

窗口 > Android SDK 管理器

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

现在选择复选框 Android 4.1 及以下点击安装 6 个软件包

:)

:)

回答by Alessandro Borghetti

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.

您必须更新您的 ADT 插件:在 Eclipse 中,选择帮助 > 安装新软件,然后编写 ADT。更新后,您将能够看到 Android 4 及更高版本。