我即将开始开发一个android应用程序,需要得到一个IDE。Eclipse和android Eclipse插件似乎是自然的选择。然而,我熟悉intelliJ和re-sharper,所以我更喜欢使用intelliJ。
有人用过https://code.google.com/archive/p/idea-android/吗?这个好吗?
我应该咬紧牙关学习Eclipse吗?
我即将开始开发一个android应用程序,需要得到一个IDE。Eclipse和android Eclipse插件似乎是自然的选择。然而,我熟悉intelliJ和re-sharper,所以我更喜欢使用intelliJ。
有人用过https://code.google.com/archive/p/idea-android/吗?这个好吗?
我应该咬紧牙关学习Eclipse吗?
当前回答
最新消息
Android Studio已经正式完成测试并发布。它现在是Android开发的官方IDE——不再支持Eclipse了。它绝对是Android开发的首选IDE。下载页面链接:http://developer.android.com/sdk/index.html
NEWS
作为谷歌I/O 2013, Android团队已经移动到IntelliJ Idea与新的Android Studio IDE: http://developer.android.com/sdk/installing/studio.html
很高兴看到谷歌支持Idea。可以肯定地说,Android Studio和Idea将从现在起成为Android开发的权威IDE !: D
原来的答案
IntelliJ现在支持Android。请参见从JetBrains帮助页面和谷歌代码项目页面中启用Android支持插件。入门维基页面非常有用。
如果你已经习惯了IntelliJ,我不认为仅仅为了Android工具而切换ide会有什么好处。你可以在Android上使用任何文本编辑器(我使用Vim)。如果你在一个特定的环境中更有效率,我不明白你为什么要学习一个新的环境。在我看来不值得。而且我是IntelliJ的超级粉丝。IntelliJ插件可以让你制作apk文件,并将应用程序推到模拟器中,这就是Android应用程序开发所需的全部内容。我觉得你用IntelliJ是安全的。
更新:现在有一个官方的免费IDE IntelliJ android开发!http://blogs.jetbrains.com/idea/2010/10/intellij-idea-10-free-ide-for-android-development/
其他回答
Eclipse并不难学(我同时使用Eclipse和NetBeans,来回切换非常轻松)。如果你打算从头开始学习Android开发,我可以推荐我刚刚完成的《Hello, Android》。它向您准确地展示了如何使用Eclipse中所有对开发Android应用程序有用的特性。还有一个简短的部分介绍如何从命令行和其他ide进行开发。
在过去的12个月里,我一直在使用IntelliJ IDEA作为我的主要IDE,但我也经常被迫使用Eclipse。所以当我不得不在Eclipse中工作时,我开始咬指甲。我将总结我的优点和缺点。
Eclipse的优点: -视觉编辑器。IDEA也有一个,但相当原始。我怀疑这个功能很快就会被删除,因为IDEA将改进它的编辑器。 -许多项目在一个右边窗格(这也是我个人的缺点,因为我喜欢IDEA的一个项目一个窗格的东西) -更快地编译Android项目。IDEA已经加快了它的编译过程,所以我也希望很快删除这个Eclipse pro
IDEA pros: - faster intellisense (if you like Resharper, then you know what I am talking about) - smarter autocomplete - my friend and I decided to write the same class. I finished before him simply because IDEA faster reacts to my wishes - incredibly smart - do not know what to do? just press Ctrl+Shift+Space and IDEA will tell you what should come there. It also recognizes naming scheme to if you're filling name object, it will first display getName method. - will add more as I remember of them
想法的缺点: -唯一的缺点是,如果你打开Eclipse Android项目并编辑任何XML布局文件,Eclipse将不再能够在其可视化布局编辑器中显示编辑过的文件。到目前为止,这个问题还没有得到解决,这是IDEA的错误,因为它在某种程度上扰乱了XML。
底线:如果你没有看到ReSharper在。net中的优点(我们都是用。net编写的),那么你可能会坚持使用Eclipse。它是官方的Android IDE,你相信它是最好的。 如果你喜欢ReSharper,想要更快地编码,那么你会欣赏IDEA,并永远坚持使用它。
如果你使用NDK进行android原生代码开发,可以尝试一下Visual Studio。(不是打字错误!!)查看:http://ian-ni-lewis.blogspot.com/2011/01/its-like-coming-home-again.html
和:http://code.google.com/p/vs-android/
An IDE which supports Android development is Processing for Android: http://wiki.processing.org/w/Android. Processing is its own language but it's easy to learn. Processing for Android requires the JDK and Android SDK to be installed but runs on its own. It runs on Linux, Mac OSX and Windows (on a side note: one can develop a desktop app in Processing and then compile it to target any of these operating systems). Its development is ongoing but it works. It's especially good for quickly sketching up an idea and running it on your Android phone (even if you plan to develop it further in another IDE).
这里有一个活跃的支持论坛:http://forum.processing.org/android-processing。
最新消息
Android Studio已经正式完成测试并发布。它现在是Android开发的官方IDE——不再支持Eclipse了。它绝对是Android开发的首选IDE。下载页面链接:http://developer.android.com/sdk/index.html
NEWS
作为谷歌I/O 2013, Android团队已经移动到IntelliJ Idea与新的Android Studio IDE: http://developer.android.com/sdk/installing/studio.html
很高兴看到谷歌支持Idea。可以肯定地说,Android Studio和Idea将从现在起成为Android开发的权威IDE !: D
原来的答案
IntelliJ现在支持Android。请参见从JetBrains帮助页面和谷歌代码项目页面中启用Android支持插件。入门维基页面非常有用。
如果你已经习惯了IntelliJ,我不认为仅仅为了Android工具而切换ide会有什么好处。你可以在Android上使用任何文本编辑器(我使用Vim)。如果你在一个特定的环境中更有效率,我不明白你为什么要学习一个新的环境。在我看来不值得。而且我是IntelliJ的超级粉丝。IntelliJ插件可以让你制作apk文件,并将应用程序推到模拟器中,这就是Android应用程序开发所需的全部内容。我觉得你用IntelliJ是安全的。
更新:现在有一个官方的免费IDE IntelliJ android开发!http://blogs.jetbrains.com/idea/2010/10/intellij-idea-10-free-ide-for-android-development/