Eclipse Luna中的Android插件

时间:2015-05-26 10:38:16

标签: android eclipse

我已经在我的系统中安装了Eclipse Luna,但我找不到任何android项目的路径。我尝试了File-> New-> Project,我找不到android项目。

1 个答案:

答案 0 :(得分:0)

尝试下载此https://developer.android.com/sdk/index.html它将为您提供Android的所有环境,或者您希望在eclips中添加插件

然后按照这个 要将ADT插件添加到Eclipse:

1.Start Eclipse, then select Help > Install New Software.
2.Click Add, in the top-right corner.
3.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/

Note: The Android Developer Tools update site requires a secure connection. Make sure the update site URL you enter starts with HTTPS.
Click OK.
4.In the Available Software dialog, select the checkbox next to Developer Tools and click Next.
5.In the next window, you'll see a list of the tools to be downloaded. Click Next.
6.Read and accept the license agreements, then click Finish.

7.6If you get a security warning saying that the authenticity or validity of the software can't be established, click OK.
8.When the installation completes, restart Eclipse.