我即将开始开发一个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吗?
当前回答
在现有的ide中,Ted Neward是这样排名的:
最佳:IntelliJ IDEA 第二:Netbeans 第三:月食
他似乎认为Eclipse带来了很多“摩擦”;很难说这意味着什么。
编辑,多年后:在尝试使用Eclipse/Aptana进行节点开发和使用JetBrains产品进行节点和ruby开发之后,我绝对会从IntelliJ IDEA开始,并尝试30天的试用。
其他回答
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。
Eclipse和Netbeans都慢得可怕,即使是认真的开发人员也能坚持使用它多年,甚至没有尝试使用更好的产品,这是个奇迹。
当涉及到非手持平台(win,mac,linux)时,Java作为平台是一种耻辱,如果有人打算在这个平台上开发,我会说除了根本不使用Java,还能做什么。对于移动性来说,这可能是一种好运,因为系统的规模更小。
据我所知,目前还没有一个Java IDE不是在Java环境中编写的。这很可怕,因为Java正在搞乱桌面环境。
我愿意花几个小时在谷歌上找到一个Java IDE/编辑器,它能够用于android项目,但会为自己使用本机环境。
不幸的是,Android没有完美的IDE。Eclipse有更多的功能,因为它是谷歌开发的唯一IDE插件。然而,如果你像我一样,厌倦了崩溃和奇怪的调试/开发模式开关,请使用http://nbandroid.kenai.com的Netbeans插件。
你可以用朱诺,我刚找到的。它比我用过的太阳神快。你可以试试。
我建议Android捆绑TextMate: https://github.com/nesterow/Android.tmbundle它是轻量级的,易于使用。没有智能感知,但实际上它只是让您更好地记住名称空间。:)