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

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

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


当前回答

所有功能齐全的Java IDE都很好,并且共享所有相同的概念和主要特性。如果你能找到解决办法,那么你也可以毫不费力地解决其他任何问题。

编辑:谷歌给了我们一个美妙的礼物,新的和免费的AndroidStudio是非常好的。我强烈推荐它胜过Eclipse。

其他回答

我认为intellij是android的最佳选择。我使用了eclipse和intellij,发现intellij与android相比更容易使用,因为这些原因:-

Intellij provides a built-in support for android and you don't have to configure it as you need to do with eclipse. Intellij gives you auto-lookup feature which is really important for developer like us to increase our productivity. And if we talk about eclipse you have to type each and every method, classname etc on your own. (May be eclipse has this feature too but i never found it and trust me i tried to find it like anything) Its much more user friendly and easy to use than eclipse. I hope it will help you and other members of stack overflow to decide which IDE is best for Android development.

我个人的选择是Intellij。

EDIT

但是有一点我很喜欢eclipse,那就是可视化的布局创建器。你可以使用拖放技术来创建布局,eclipse会自动生成一个XML文件,就像XCODE一样。

EDIT

好消息! !Intellij增加了一个新功能,它可以显示你的应用程序视图的样子。它的工作方式与Eclipse不完全一样,但它可以让您更好地了解布局。

我个人仍然选择Intellij,因为它帮助我打字比eclipse快。

EDIT

好吧,伙计们,这些天我正在使用日食朱诺,发现它有点bug和缓慢。因此,如果您仍然想使用eclipse,最好坚持使用一些较旧的版本。最后,我能够找到如何在eclipse中启用自动完成。下面是一个小教程。

Eclipse ->首选项-> Java ->编辑器->内容辅助->自动激活

现在把下列内容放入三个给定的方框中

Auto Activation delay(ms) - 0
Auto activation triggers for java - .(abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
Auto activation triggers for javadoc - @#

现在可以开始了。快乐的编码。

EDIT

现在谷歌已经采用了Intellij作为他们自己的Android开发工具,现在没有哪个更好的问题了。Intellij比eclipse好得多。然后我换回了Intellij,感觉就像回到了家!!: D

所有功能齐全的Java IDE都很好,并且共享所有相同的概念和主要特性。如果你能找到解决办法,那么你也可以毫不费力地解决其他任何问题。

编辑:谷歌给了我们一个美妙的礼物,新的和免费的AndroidStudio是非常好的。我强烈推荐它胜过Eclipse。

在过去的12个月里,我一直在使用IntelliJ IDEA作为我的主要IDE,但我也经常被迫使用Eclipse。所以当我不得不在Eclipse中工作时,我开始咬指甲。我将总结我的优点和缺点。

Eclipse的优点: -视觉编辑器。IDEA也有一个,但相当原始。我怀疑这个功能很快就会被删除,因为IDEA将改进它的编辑器。 -许多项目在一个右边窗格(这也是我个人的缺点,因为我喜欢IDEA的一个项目一个窗格的东西) -更快地编译Android项目。IDEA已经加快了它的编译过程,所以我也希望很快删除这个Eclipse pro

IDEA pros: - faster intellisense (if you like Resharper, then you know what I am talking about) - smarter autocomplete - my friend and I decided to write the same class. I finished before him simply because IDEA faster reacts to my wishes - incredibly smart - do not know what to do? just press Ctrl+Shift+Space and IDEA will tell you what should come there. It also recognizes naming scheme to if you're filling name object, it will first display getName method. - will add more as I remember of them

想法的缺点: -唯一的缺点是,如果你打开Eclipse Android项目并编辑任何XML布局文件,Eclipse将不再能够在其可视化布局编辑器中显示编辑过的文件。到目前为止,这个问题还没有得到解决,这是IDEA的错误,因为它在某种程度上扰乱了XML。

底线:如果你没有看到ReSharper在。net中的优点(我们都是用。net编写的),那么你可能会坚持使用Eclipse。它是官方的Android IDE,你相信它是最好的。 如果你喜欢ReSharper,想要更快地编码,那么你会欣赏IDEA,并永远坚持使用它。

我建议Android捆绑TextMate: https://github.com/nesterow/Android.tmbundle它是轻量级的,易于使用。没有智能感知,但实际上它只是让您更好地记住名称空间。:)

我非常支持使用您最熟悉的环境。然而,这并不总是最好的选择。在某些情况下,从长远来看,不同的环境可能会带来(远为如此?)更高的效率。

在这种特殊情况下,我认为坚持您已经知道的是一个很好的选择,但是初学者将受益于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.