嗨,我是eclipse和android的新手。尝试在我的Windows 7笔记本电脑上设置ADE。 Eclipse工作正常。 现在我按照http://developer.android.com/sdk/installing/installing-adt.html
上的程序进行操作下载ADT插件
Start Eclipse, then select Help > Install New Software.
Click Add, in the top-right corner.
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/
Click OK.
SO FAR SO GOOD
If you have trouble acquiring the plugin, try using "http" in the Location URL, instead of "https" (https is preferred for security reasons).
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.
If you get a security warning saying that the authenticity or validity of the software can't be established, click OK.
When the installation completes, restart Eclipse.
我迷路了。当我重新启动Eclipse时,ADT显然不存在,因为 File-> New 下拉菜单下没有 Android App 按钮。
有人可以告诉我该怎么做才能让它发挥作用吗?
答案 0 :(得分:0)
尝试
文件 - >新建 - >项目 - > Android-> Android应用项目
答案 1 :(得分:0)
看来你没有得到以下链接在eclipse重启时提到的欢迎屏幕。 http://developer.android.com/sdk/installing/installing-adt.html
您可能需要做的是:Window->偏好设置;搜索android。你应该在本地磁盘上指定Android SDK的位置。然后,您可以按照上述链接中详述的其余设置说明进行操作。
希望这有帮助。