在哪里可以下载Eclipse Android bundle

时间:2023-02-05 17:56:40

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 searched in Google and Eclipse web site but can't find any link.

在哪里可以下载Eclipse Android Bundle?谷歌现在指导您下载Android Studio或下载Eclipse SDK集成,但是我想找到Eclipse Android bundle。我在谷歌和Eclipse网站上搜索,但是找不到任何链接。

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

你知道有什么网站,ftp等下载捆绑包吗?

Thanks.

谢谢。

5 个解决方案

#1


110  

The Android Developer pages still state how you can download and use the ADT plugin for Eclipse:

Android开发者页面仍然说明了如何下载并使用ADT插件:

  1. Start Eclipse, then select Help > Install New Software.
  2. 启动Eclipse,然后选择Help >安装新软件。
  3. Click Add, in the top-right corner.
  4. 单击Add,在右上角。
  5. 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/
  6. 在出现的Add Repository对话框中,为名称输入“ADT Plugin”,为位置输入以下URL: https://dl-ssl.google.com/android/eclipse/
  7. Click OK.
  8. 单击OK。
  9. In the Available Software dialog, select the checkbox next to Developer Tools and click Next.
  10. 在“可用软件”对话框中,选择“开发人员工具”旁边的复选框,然后单击“下一步”。
  11. In the next window, you'll see a list of the tools to be downloaded. Click Next.
  12. 在下一个窗口中,您将看到要下载的工具列表。单击Next。
  13. 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
  14. 阅读并接受许可协议,然后单击Finish。如果您收到一个安全警告,说无法建立软件的真实性或有效性,请单击OK
  15. When the installation completes, restart Eclipse.
  16. 安装完成后,重新启动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.

Eclipse ADT Bundle的链接(使用Archive.org的WayBackMachine找到)我不知道这些链接有多可靠。他们都在2017年2月27日工作。


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.

更新(2015-06-29):谷歌将在今年年底结束对ADT的开发和官方支持,并建议切换到Android Studio。

#2


14  

Here you can download adt bundles 2014-07-02:

您可以在这里下载adt包2014-07-02:

windows 32: https://dl.google.com/android/adt/adt-bundle-windows-x86-20140702.zip

windows 32:https://dl.google.com/android/adt/adt - bundle - windows - x86 - 20140702. - zip

windows 64: https://dl.google.com/android/adt/adt-bundle-windows-x86_64-20140702.zip

windows 64:https://dl.google.com/android/adt/adt - bundle - windows - x86_64 - 20140702. - zip

#3


8  

You don't actually need the bundle as the ADT can be used with just any latest Eclipse IDE.

您实际上并不需要这个包,因为ADT可以与任何最新的Eclipse IDE一起使用。


1. Make sure you have JDK installed.

  1. Download latest eclipse.

    下载最新的eclipse。

  2. Download latest ADT plugin ADT-XX.X.X.zip. As of this answer the current version is ADT-23.0.7.zip (More versions at http://developer.android.com/tools/sdk/eclipse-adt.html)

    下载最新的ADT插件ADT- xx.x .zip。目前的版本是ADT-23.0.7。zip(更多版本在http://developer.android.com/tools/sdk/eclipse-adt.html)

  3. Open Eclipse and follow the following steps:

    打开Eclipse并遵循以下步骤:

    • Open Help > Install New Software > Add > Archive
    • 打开帮助>安装新软件>添加>档案。
    • Navigate to where you downloaded your ADT plugin and select it.
    • 导航到您下载ADT插件的位置并选择它。
    • Check Developer Tools, click Next, accept any licenses and Finish
    • 检查开发人员工具,单击Next,接受任何许可并完成
  4. After restarting Eclipse, if you are not able to open a layout file go to step 4 but instead of selecting archive add https://dl-ssl.google.com/android/eclipse/ in the Location: textbox. Press Ok, update the ADT and restart Eclipse. Close and reopen the layout files and you'll be good to go.

    重新启动Eclipse之后,如果您无法打开布局文件,请转到步骤4,但是不要在Location: textbox中选择archive添加https://dl-ssl.google.com/android/eclipse/。单击Ok,更新ADT并重新启动Eclipse。关闭并重新打开布局文件,您就可以开始了。

  5. Run the Android SDK Manager to update its components.

    运行Android SDK管理器来更新它的组件。


EDIT: The ADT plugin has long since been deprecated. For more information visit this link:

https://developer.android.com/studio/tools/sdk/eclipse-adt.html

https://developer.android.com/studio/tools/sdk/eclipse-adt.html

#4


0  

Google has ended support for eclipse plugin. If you prefer to use eclipse still you can download Eclipse Android Development Tool from

谷歌已经结束了对eclipse插件的支持。如果您更喜欢使用eclipse,那么您可以从这里下载eclipse Android开发工具。

ADT for Eclipse

为Eclipse ADT

#5


-2  

Try www.eclipse.org/downloads/packages/eclipse-android-developers-includes-incubating-components/neonrc3

试试www.eclipse.org/downloads/packages/eclipse-android-developers-includes-incubating-components/neonrc3

#1


110  

The Android Developer pages still state how you can download and use the ADT plugin for Eclipse:

Android开发者页面仍然说明了如何下载并使用ADT插件:

  1. Start Eclipse, then select Help > Install New Software.
  2. 启动Eclipse,然后选择Help >安装新软件。
  3. Click Add, in the top-right corner.
  4. 单击Add,在右上角。
  5. 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/
  6. 在出现的Add Repository对话框中,为名称输入“ADT Plugin”,为位置输入以下URL: https://dl-ssl.google.com/android/eclipse/
  7. Click OK.
  8. 单击OK。
  9. In the Available Software dialog, select the checkbox next to Developer Tools and click Next.
  10. 在“可用软件”对话框中,选择“开发人员工具”旁边的复选框,然后单击“下一步”。
  11. In the next window, you'll see a list of the tools to be downloaded. Click Next.
  12. 在下一个窗口中,您将看到要下载的工具列表。单击Next。
  13. 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
  14. 阅读并接受许可协议,然后单击Finish。如果您收到一个安全警告,说无法建立软件的真实性或有效性,请单击OK
  15. When the installation completes, restart Eclipse.
  16. 安装完成后,重新启动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.

Eclipse ADT Bundle的链接(使用Archive.org的WayBackMachine找到)我不知道这些链接有多可靠。他们都在2017年2月27日工作。


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.

更新(2015-06-29):谷歌将在今年年底结束对ADT的开发和官方支持,并建议切换到Android Studio。

#2


14  

Here you can download adt bundles 2014-07-02:

您可以在这里下载adt包2014-07-02:

windows 32: https://dl.google.com/android/adt/adt-bundle-windows-x86-20140702.zip

windows 32:https://dl.google.com/android/adt/adt - bundle - windows - x86 - 20140702. - zip

windows 64: https://dl.google.com/android/adt/adt-bundle-windows-x86_64-20140702.zip

windows 64:https://dl.google.com/android/adt/adt - bundle - windows - x86_64 - 20140702. - zip

#3


8  

You don't actually need the bundle as the ADT can be used with just any latest Eclipse IDE.

您实际上并不需要这个包,因为ADT可以与任何最新的Eclipse IDE一起使用。


1. Make sure you have JDK installed.

  1. Download latest eclipse.

    下载最新的eclipse。

  2. Download latest ADT plugin ADT-XX.X.X.zip. As of this answer the current version is ADT-23.0.7.zip (More versions at http://developer.android.com/tools/sdk/eclipse-adt.html)

    下载最新的ADT插件ADT- xx.x .zip。目前的版本是ADT-23.0.7。zip(更多版本在http://developer.android.com/tools/sdk/eclipse-adt.html)

  3. Open Eclipse and follow the following steps:

    打开Eclipse并遵循以下步骤:

    • Open Help > Install New Software > Add > Archive
    • 打开帮助>安装新软件>添加>档案。
    • Navigate to where you downloaded your ADT plugin and select it.
    • 导航到您下载ADT插件的位置并选择它。
    • Check Developer Tools, click Next, accept any licenses and Finish
    • 检查开发人员工具,单击Next,接受任何许可并完成
  4. After restarting Eclipse, if you are not able to open a layout file go to step 4 but instead of selecting archive add https://dl-ssl.google.com/android/eclipse/ in the Location: textbox. Press Ok, update the ADT and restart Eclipse. Close and reopen the layout files and you'll be good to go.

    重新启动Eclipse之后,如果您无法打开布局文件,请转到步骤4,但是不要在Location: textbox中选择archive添加https://dl-ssl.google.com/android/eclipse/。单击Ok,更新ADT并重新启动Eclipse。关闭并重新打开布局文件,您就可以开始了。

  5. Run the Android SDK Manager to update its components.

    运行Android SDK管理器来更新它的组件。


EDIT: The ADT plugin has long since been deprecated. For more information visit this link:

https://developer.android.com/studio/tools/sdk/eclipse-adt.html

https://developer.android.com/studio/tools/sdk/eclipse-adt.html

#4


0  

Google has ended support for eclipse plugin. If you prefer to use eclipse still you can download Eclipse Android Development Tool from

谷歌已经结束了对eclipse插件的支持。如果您更喜欢使用eclipse,那么您可以从这里下载eclipse Android开发工具。

ADT for Eclipse

为Eclipse ADT

#5


-2  

Try www.eclipse.org/downloads/packages/eclipse-android-developers-includes-incubating-components/neonrc3

试试www.eclipse.org/downloads/packages/eclipse-android-developers-includes-incubating-components/neonrc3