我为 Android 使用什么版本的 Eclipse?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/16657729/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-19 20:32:42  来源:igfitidea点击:

What Version of Eclipse do I use for Android?

androideclipse

提问by Andrew

I am sure this has been asked before, but I can not find a good answer. I want to create an Android app, I want to use Eclipse, but there are so many versions on the downloads page, and I am not sure which one I should use ... some of these include

我确信以前有人问过这个问题,但我找不到好的答案。我想创建一个 Android 应用程序,我想使用 Eclipse,但是下载页面上的版本太多了,我不确定我应该使用哪个......其中一些包括

>Eclipse IDE for Java EE Developers
>Eclipse Classic 4.2.2
>Eclipse IDE for Java Developers
>Eclipse IDE for C/C++ Developers
>Eclipse for Mobile Developers

Thank You :)

谢谢你 :)

回答by CommonsWare

I would recommend the ADT Bundle, as it has a suitable version of Eclipse, plus the necessary Android plumbing, in one download.

我会推荐ADT Bundle,因为它有一个合适的 Eclipse 版本,加上必要的 Android 管道,只需一次下载。

回答by Gabriel Petrovay

The answer depends on what you want to use in Eclipse. If you are just starting in the Eclipse world go for the smallest (lightweight) packages because they will also make your Eclipse experience smoother (loading, UI, etc.). From your list above I would choose Classic, but, if you ONLY want to focus on Android development, you could try the Google prepackaged version of Eclipse (ADT, see below).

答案取决于您想在 Eclipse 中使用什么。如果您刚开始接触 Eclipse,请选择最小(轻量级)的包,因为它们还会使您的 Eclipse 体验更流畅(加载、UI 等)。从上面的列表中,我会选择 Classic,但是,如果您只想专注于 Android 开发,则可以尝试 Google 预打包版本的 Eclipse(ADT,见下文)。

You can install either:

您可以安装:

  • standalone Eclipse plus the ADT plugins or
  • the prepackaged version of Eclipse with ADT provided by Google (recommended)
  • 独立的 Eclipse 加上 ADT 插件或
  • Google 提供的带有 ADT 的 Eclipse 预打包版本(推荐)

If you already have an Eclipse installed (which you probably want if you already use Eclipse and want to keep the existing worspaces/preferences/etc.) you can only install the ADT plugins from here. And both Indigo and Juno versions of Eclipse should work. Of course that you should try and upgrade your workspace first to Juno and than install the ADT plugins to avoid any other surprises.

如果您已经安装了 Eclipse(如果您已经在使用 Eclipse 并且想要保留现有的 worspaces/preferences/等,那么您可能需要它)您只能从这里安装 ADT 插件。Eclipse 的 Indigo 和 Juno 版本都应该可以工作。当然,您应该先尝试将您的工作区升级到 Juno,然后再安装 ADT 插件以避免任何其他意外。

The Google prepackaged version of Eclipse is hereand will give you less headaches because you have almost everything into it. You only have to use the prepackaged download manager inside Eclipse to download platform versions and device images (and many other tools and examples). This will use Eclipse Juno version.

该预包装谷歌的Eclipse版本是在这里会给你少头疼,因为你几乎所有的东西进去。您只需使用 Eclipse 中预先打包的下载管理器来下载平台版本和设备映像(以及许多其他工具和示例)。这将使用 Eclipse Juno 版本。

回答by elad romni

I would recommend the classic version, but in my opinion intelliJ is better http://www.jetbrains.com/idea/

我会推荐经典版本,但在我看来 intelliJ 更好 http://www.jetbrains.com/idea/

Google has just announced at Google I/O a new IDE called "Android Studio" which is based on IntelliJ and can be found here: http://developer.android.com/sdk/installing/studio.html

Google 刚刚在 Google I/O 上宣布了一个名为“Android Studio”的新 IDE,它基于 IntelliJ,可以在这里找到:http: //developer.android.com/sdk/installing/studio.html

回答by Renan

Any will do, but the most recommended one is Mobile. Also check the new IDE that Google released just for that (Android Studio).

任何都可以,但最推荐的是移动。还要检查 Google 为此发布的新 IDE ( Android Studio)。

回答by Tiar

  • Download Eclipse Installer from https://www.eclipse.org/(top right corner)
  • After downloading start installer.
  • Check if there is an option as "for Android Developers". If there is not, click the updates button on top right corner. It downloads updates for installer. After the download is completed check again the list.
  • Download Eclipse for Android Developers.
  • https://www.eclipse.org/(右上角)下载 Eclipse 安装程序
  • 下载后启动安装程序。
  • 检查是否有“for Android Developers”选项。如果没有,请单击右上角的更新按钮。它下载安装程序的更新。下载完成后再次检查列表。
  • 为 Android 开发人员下载 Eclipse。