您的位置:首页 > 编程语言 > Java开发

Eclipse安装ADT方法(联网版)

2015-04-14 11:03 351 查看
联网版安装方式:

需求:

1、Eclipse 3.7.2 (Indigo) 或更高版本

附:Eclipse下载http://www.eclipse.org/downloads/

选择“Eclipse IDE for Java Developers”右边对应的操作系统版本(32位或64位)

2、Eclipse JDT plugin (included in most Eclipse IDE packages)

EclipseJDT插件(通常包含在大多数Eclipse的安装包中)

3、JDK (JRE alone is not sufficient)

安装JDK,http://www.oracle.com/technetwork/java/javase/downloads/index.html点击“ADK”下的Download按钮。

点击同意协议后选择对应的操作系统版本

开始安装ADT:

下载ADT插件。

Download the ADT Plugin

添加ADT插件到Eclipse。

To add the ADT plugin to Eclipse:

打开Eclipse,之后选择帮助 > 安装新软件。

Start Eclipse, then select Help > Install New Software.

点击右上角的“添加”按钮

Click Add, in the top-right corner.

在“名称”一栏填写“ADT Plugin”,在下方的URL中填写“https://dl-ssl.google.com/android/eclipse/”(都不要引号)。

In the Add Repository dialog that appears, enter “ADT Plugin” for the Name and the following URL for the Location:

https://dl-ssl.google.com/android/eclipse/

提示:安卓开发工具要求安全的连接,请确保你输入的地址以HTTPS开头。

Note: The Android Developer Tools update site requires a secure connection. Make sure the update site URL you enter starts with HTTPS.

点击OK

Click OK.

在可用软件列表总勾选全部并点击下一步

In the Available Software dialog, select the checkbox next to Developer Tools and click Next.

在下一个窗口中可以看到你勾选的部分,点击下一步。

In the next window, you’ll see a list of the tools to be downloaded. Click Next.

阅读并接受协议,点击“完成”

Read and accept the license agreements, then click Finish.

如果你看到安全提示请点击OK

If you get a security warning saying that the authenticity or validity of the software can’t be established, click OK.

安装完成后重启Eclipse

When the installation completes, restart Eclipse.

重启后提示找不到SDK,点击左侧的配置按钮

In the “Welcome to Android Development” window that appears, select Use existing SDKs.

浏览并选择已经在你的SDK目录

Browse and select the location of the Android SDK directory you recently downloaded and unpacked.

点击下一步

Click Next.

如果网络下载不成功,可以单独下载ADT

https://dl.google.com/android/ADT-23.0.6.zip

之后选择Help > Install New Software

点击右上角的Add

点击Archive(归档),选择下载好的ADT包后安装
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: