Java 用于 Android 应用程序开发的最佳 IDE(Netbeans 或 eclipse)?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/18953910/
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
Best IDE(Netbeans or eclipse) for android application development?
提问by Ram
I'm using Netbeans IDE for develop mobile application J2ME. Now i'm switchover to android app development. I configured android in netbeans and developed small application.But most of my friends suggest me to use eclipse IDE.I don't know whether continue netbeans or move to eclipse.Which is the best IDE for developing of standard android application?
我正在使用 Netbeans IDE 开发移动应用程序 J2ME。现在我正在切换到 android 应用程序开发。我在netbeans中配置了android并开发了小应用程序。但是我的大多数朋友都建议我使用eclipse IDE。我不知道是继续netbeans还是转向eclipse。哪个是开发标准android应用程序的最佳IDE?
采纳答案by ClaireG
Eclipse is an IDE VERY similar to Netbeans and also quite easy to install with this bundle.
Eclipse 是一个与 Netbeans 非常相似的 IDE,并且使用这个包也很容易安装。
The reason why Eclipse
is better is because it has official support from Google
. Netbeans
plugins are made by community, not the official android staff.
之所以Eclipse
更好是因为它有来自Google
. Netbeans
插件是由社区制作的,而不是官方的 android 工作人员。