我即将开始开发一个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吗?
当前回答
我非常支持使用您最熟悉的环境。然而,这并不总是最好的选择。在某些情况下,从长远来看,不同的环境可能会带来(远为如此?)更高的效率。
在这种特殊情况下,我认为坚持您已经知道的是一个很好的选择,但是初学者将受益于eclipse提供的简单设置和sdk/ndk集成。我也不知道其他IDE中可用的地理位置操作(或电话状态操作-如来电等)是如何实现的,但是eclipse中的集成感觉是无缝的。
AIDE is a fun option that I use while traveling or when I don't feel like sitting at my desk all the time. It is an extrodinarly well put together IDE that runs on Android, compiles Android appications, and then lets you install, all without touching a computer. It includes a logcat readout, syntax highlighting and some git compatibility as well. Obviously you don't have a lot of screen real estate available and things can get cluttered or you can't see everything you want to at once, but for quick touchups or early in a project it is more than adequate.
其他回答
Eclipse是Android平台上使用最广泛的开发环境。原因是即使谷歌本身也提供了要添加到eclipse中并开始开发应用程序的插件。我已经尝试从eclipse市场安装它,创建android应用程序非常容易和简单。设置也很简单。
不幸的是,Android没有完美的IDE。Eclipse有更多的功能,因为它是谷歌开发的唯一IDE插件。然而,如果你像我一样,厌倦了崩溃和奇怪的调试/开发模式开关,请使用http://nbandroid.kenai.com的Netbeans插件。
对我来说,最好的是Motodev是一个由摩托罗拉开发的Eclipse插件。
Eclipse是最好的IDE。在eclipse中很容易安装android和调试应用程序
在现有的ide中,Ted Neward是这样排名的:
最佳:IntelliJ IDEA 第二:Netbeans 第三:月食
他似乎认为Eclipse带来了很多“摩擦”;很难说这意味着什么。
编辑,多年后:在尝试使用Eclipse/Aptana进行节点开发和使用JetBrains产品进行节点和ruby开发之后,我绝对会从IntelliJ IDEA开始,并尝试30天的试用。