什么是 java android 开发的最佳 IDE
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/20050100/
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
What is the best IDE for java android development
提问by squirreldev
What is the best IDE for java development on mac OSX? Ive been using Sublime text for all of my web based programming and i′m wondering wich IDE is the best one to use while programming apps for android.
在 Mac OSX 上进行 Java 开发的最佳 IDE 是什么?我一直在使用 Sublime text 进行我所有的基于 Web 的编程,我想知道在为 android 编程应用程序时,哪个 IDE 是最好的。
回答by CodeWarrior
You can use http://netbeans.org/or http://www.eclipse.org/. Both work on a Mac. I prefer Eclipse over Netbeans.
您可以使用http://netbeans.org/或http://www.eclipse.org/。两者都在 Mac 上工作。与 Netbeans 相比,我更喜欢 Eclipse。
回答by cmd
Android Studio is the official IDE for Android application development, based on IntelliJ IDEA.
Android Studio 是 Android 应用程序开发的官方 IDE,基于 IntelliJ IDEA。
See here: http://developer.android.com/tools/studio/index.html
见这里:http: //developer.android.com/tools/studio/index.html
It used to be the Eclipse based Android Development Tools (ADT).
它曾经是基于 Eclipse 的 Android 开发工具 (ADT)。
回答by Oliver Shaw
IntelliJ is now the official IDE for android development.
IntelliJ 现在是安卓开发的官方 IDE。
回答by Sandhu Santhakumar
I prefer Android Studio. Its a new Android development environment based on IntelliJ IDEA. It is Similar to Eclipse with the ADT Plugin.
我更喜欢Android Studio。它是一个基于 IntelliJ IDEA 的全新 Android 开发环境。它类似于带有 ADT 插件的 Eclipse。
Android Studio is the Google's recommended IDE for Android development.
Android Studio 是 Google 推荐的用于 Android 开发的 IDE。