且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

我可以在哪里下载Eclipse Android软件包

更新时间:2023-09-16 21:43:34

Android开发人员页面仍然说明如何下载和使用Eclipse的ADT插件:


  1. 启动Eclipse,然后选择帮助> 安装新软件

  2. 点击右上角的添加

  3. 在显示的添加存储库对话框中,输入ADT插件 以及位置的以下网址: https://dl-ssl.google.com/android/eclipse/

  4. 单击确定

  5. 在可用软件对话框中,选中开发人员工具旁边的复选框,然后单击 / strong>。

  6. 在下一个窗口中,您将看到要下载的工具列表。单击下一步

  7. 阅读并接受许可协议,然后单击完成
    如果您收到安全警告,指出软件的真实性或有效性无法建立,请单击确定

  8. 安装完成后,重新启动Eclipse。






Eclipse ADT Bundle的链接(使用Archive.org的 WayBackMachine )
我不知道这些链接的未来如何。他们都在2017年2月27日工作。








更新(2015-06-29):Google 将在Eclipse中终止对ADT的开发和官方支持今年年底和恢复减少切换到Android Studio。


Where can I download Eclipse Android Bundle? Google now directed you to download Android Studio or to download Eclipse SDK integration but I want to find Eclipse Android bundle. I serach in Google and Eclipse web site but can't find any link.

Do you know any site,ftp etc. to download bundle?

Thanks.

The Android Developer pages still state how you can download and use the ADT plugin for 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/
  4. Click OK.
  5. In the Available Software dialog, select the checkbox next to Developer Tools and click Next.
  6. In the next window, you'll see a list of the tools to be downloaded. Click Next.
  7. 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
  8. When the installation completes, restart Eclipse.


Links for the Eclipse ADT Bundle (found using Archive.org's WayBackMachine) I don't know how future-proof these links are. They all worked on February 27th, 2017.


Update (2015-06-29): Google will end development and official support for ADT in Eclipse at the end of this year and recommends switching to Android Studio.