Android NetBEANS 插件和 Eclipse 插件的区别?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/6756396/
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 16:39:15  来源:igfitidea点击:

Differences between Android NetBEANS plugin and Eclipse plugin?

androideclipsenetbeans

提问by Rushino

Would like to know the main differences between the Android NetBEANS plugin and Eclipse plugin ? Do you have a visual editor in both or one of both ? Do you have more support on Eclipse ?

想知道 Android NetBEANS 插件和 Eclipse 插件之间的主要区别吗?您在两者或两者之一中都有可视化编辑器吗?你对 Eclipse 有更多的支持吗?

Thanks.

谢谢。

采纳答案by Code Novitiate

I think its a matter of personal preference, but I think Eclipse with ADT plugin is recommended by Google for good reasons.

我认为这是个人喜好的问题,但我认为谷歌推荐带有 ADT 插件的 Eclipse 是有充分理由的。

ADT simplifies things by generating build scripts for you and allows you to drag and drop files into your project and auto generates references in R.Java file.

ADT 通过为您生成构建脚本来简化事情,并允许您将文件拖放到项目中并在 R.Java 文件中自动生成引用。

It sounds to me that you might be new to Android/Java development? If that's the case then my personal opinion is stick with the Google recommendations. It saves you a lot of time getting your first android application up and running and I think that's the goal for most people starting a new development language.

在我看来,您可能不熟悉 Android/Java 开发?如果是这样的话,那么我个人的意见是坚持谷歌的建议。它为您启动和运行第一个 android 应用程序节省了大量时间,我认为这是大多数人开始使用新开发语言的目标。

回答by G Hume

I develop almost everything in NetBeans. However, for Android application development, Eclipse is the better IDE to use, as it simplifies a lot of simple tasks.

我在 NetBeans 中开发几乎所有东西。但是,对于 Android 应用程序开发,Eclipse 是更好的 IDE,因为它简化了许多简单的任务。

I prefer NetBeans generally, but Eclipse is way more tailored to Android development than NetBeans at the moment.

我一般更喜欢 NetBeans,但目前 Eclipse 比 NetBeans 更适合 Android 开发。

You will be more productive :

你会更有效率:

回答by earnur

Android offers an Eclipse Plugin per their web site. Check out this link on the Android site: http://developer.android.com/sdk/installing/index.html. For the beginning programmer new to Android the tight integration will allow ramp up to speed faster. One of the most highly regarded reference works by Reto Meier "Professional Android 4 Application Development" recommends Eclipse with the ADT Plug-in and makes no mention of Netbeans.

Android 为每个网站提供了一个 Eclipse 插件。在 Android 站点上查看此链接:http: //developer.android.com/sdk/installing/index.html。对于刚接触 Android 的初级程序员来说,紧密集成将允许更快地提高速度。Reto Meier 最受推崇的参考著作之一“Professional Android 4 Application Development”推荐了带有 ADT 插件的 Eclipse,但没有提及 Netbeans。

The ADT Plugin includes an Android Project Wizard, Virtual Device Manager and Emulator and especially the layout and resource editors for XML. Therefore you get the tightest integration to make it easiest for a programmer to ramp up quickly and begin to develop Android applications.

ADT 插件包括一个 Android 项目向导、虚拟设备管理器和模拟器,尤其是 XML 的布局和资源编辑器。因此,您可以获得最紧密的集成,让程序员可以轻松地快速上手并开始开发 Android 应用程序。

Android recommends Eclipse and the plugin, as do respected developers like Reto Meier over Netbeans. (Despite the fact that a plugin does exist for Netbeans as helpfully provided below.)

Android 推荐 Eclipse 和插件,Reto Meier 等受人尊敬的开发人员也推荐 Netbeans。(尽管 Netbeans 确实存在一个插件,如下面提供的有用。)

My recommendation if you are new to Android development, use the Eclipse with ADT Plug-in. If you are a Netbeans veteran, stick with that.

我的建议是,如果您不熟悉 Android 开发,请使用带有 ADT 插件的 Eclipse。如果您是 Netbeans 的老手,请坚持下去。