我即将开始开发一个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天的试用。

其他回答

在现有的ide中,Ted Neward是这样排名的:

最佳:IntelliJ IDEA 第二:Netbeans 第三:月食

他似乎认为Eclipse带来了很多“摩擦”;很难说这意味着什么。

编辑,多年后:在尝试使用Eclipse/Aptana进行节点开发和使用JetBrains产品进行节点和ruby开发之后,我绝对会从IntelliJ IDEA开始,并尝试30天的试用。

Eclipse是Android平台上使用最广泛的开发环境。原因是即使谷歌本身也提供了要添加到eclipse中并开始开发应用程序的插件。我已经尝试从eclipse市场安装它,创建android应用程序非常容易和简单。设置也很简单。

一个很好的系统是Basic4Android -对熟悉Basic的人来说很棒,

包括用于屏幕布局的视觉设计器 能否连接到作为Android SDK一部分的模拟器 使得开发程序相对容易。

Eclipse和Netbeans都慢得可怕,即使是认真的开发人员也能坚持使用它多年,甚至没有尝试使用更好的产品,这是个奇迹。

当涉及到非手持平台(win,mac,linux)时,Java作为平台是一种耻辱,如果有人打算在这个平台上开发,我会说除了根本不使用Java,还能做什么。对于移动性来说,这可能是一种好运,因为系统的规模更小。

据我所知,目前还没有一个Java IDE不是在Java环境中编写的。这很可怕,因为Java正在搞乱桌面环境。

我愿意花几个小时在谷歌上找到一个Java IDE/编辑器,它能够用于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。