我即将开始开发一个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是最好的IDE。在eclipse中很容易安装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。
如果你使用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/
所有功能齐全的Java IDE都很好,并且共享所有相同的概念和主要特性。如果你能找到解决办法,那么你也可以毫不费力地解决其他任何问题。
编辑:谷歌给了我们一个美妙的礼物,新的和免费的AndroidStudio是非常好的。我强烈推荐它胜过Eclipse。
Eclipse是Android平台上使用最广泛的开发环境。原因是即使谷歌本身也提供了要添加到eclipse中并开始开发应用程序的插件。我已经尝试从eclipse市场安装它,创建android应用程序非常容易和简单。设置也很简单。