我即将开始开发一个android应用程序,需要得到一个IDE。Eclipse和android Eclipse插件似乎是自然的选择。然而,我熟悉intelliJ和re-sharper,所以我更喜欢使用intelliJ。

有人用过https://code.google.com/archive/p/idea-android/吗?这个好吗?

我应该咬紧牙关学习Eclipse吗?


当前回答

我觉得Eclipse IDE比其他IDE更适合android应用程序。 因为它为我们提供了五个以上的视角,这将使我们的项目灵活和轻松。您可以尝试3.6及以上版本的Eclipse ide,这将为您提供更好的性能。

Eclipse_jee_indigo Eclipse_java_indigo Eclipse_classic

上面的eclipse都属于3.7.2版本,是最新的,支持各种访问。

其他回答

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

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

对我来说,最好的是Motodev是一个由摩托罗拉开发的Eclipse插件。

您还可以使用adobeair开发充满丰富UI的Android应用程序。如果你打算走这条路,那么Flex Builder Burrito是最好的IDE。看看这篇文章,建立一个AIR4Android应用程序是多么容易http://blog.air4android.com/?p=13

Eclipse并不难学(我同时使用Eclipse和NetBeans,来回切换非常轻松)。如果你打算从头开始学习Android开发,我可以推荐我刚刚完成的《Hello, Android》。它向您准确地展示了如何使用Eclipse中所有对开发Android应用程序有用的特性。还有一个简短的部分介绍如何从命令行和其他ide进行开发。

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。