Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have been using Eclipse for Android development and don't have a problem with it (I also use it for Web Service and C++ development under Linux) but I want to give IntelliJ IDEA a go as it appears to have favourable reviews. This is easily possibly now that IDEA 10 has been released with Android support enabled in the Community Edition.

I have looked at IDEA and it looks pretty good to me with the only downside being the lack of UI on .xml file editing (AndroidManifest.xml for example) and the user interface builder provided with ADT 9.0.

Has anyone got experience they can share on IntelliJ IDEA and Android development?

EDIT: Thanks all; I'm sticking with Eclipse as I know it pretty well and it allows me to do pretty much anything (Java-related) I like for free. I shouldn't look a gift horse in the mouth!

share|improve this question

9 Answers

up vote 17 down vote accepted

I have used both, they aren't that different. A lot of it is just what you are used to. Personally, if you aren't having any problems with Eclipse, I would not suggest switching. There are no advantages that are worth the learning curve.

share|improve this answer
Good point. Thank you. – trojanfoe Feb 11 '11 at 0:32
I accepted this answer as it was the first. – trojanfoe Feb 11 '11 at 16:53
1  
"if you aren't having any problems with Eclipse" - this sounds funny. Eclipse = problems, not only my opinion, check this link techdetails.agwego.com/2007/02/23/121 – Dmytro Danylyk May 11 at 10:25

The only benefit for me: You code as fast as formula 1 :). Really. If you're used to Resharper in .NET programming, then you will code as fast as in .NET. Even faster.

Bad thing: lack of some Eclipse's tools (browse my questions for details) and it seems that Eclipse's compiler--which you can use from IntelliJ as well--is better. Because of the lack of some tools you are forced to use many 3rd party tools.

The bottom line is: if you don't have problems with Eclipse, then stick to it. I hated Eclipse's slowness and that's why I moved to IntelliJ.

EDIT 23 Jan 2013

IntelliJ has improved a lot. They now have UI visual editor, a great connection to Android SDK and at this moment I can't really think of any feature which Eclipse has and IDEA does not have. What's better, I will say again that IDEA has more features than Eclipse.

share|improve this answer
Great stuff. Thank you. – trojanfoe Feb 11 '11 at 14:05
Thanks for the info. The Resharper note makes the difference to me. – a_hardin Oct 6 '11 at 19:00
I am working with eclipe and it's buggy... I wonder if intelliJ is clean. – Dani Jan 22 at 14:36
@Dani Both apps has its own pros and cons. Both has minor bugs. In IntelliJ you can propose fixed and ask for new features. Also on this forum you can get help from IntelliJ's team members, which is very cool thing for me. – sandalone Jan 23 at 10:48

I switched to IDEA for my android development.

  • Intellisense actually works
  • IDEA is much faster
  • The refactoring is nicely done, and the "inspections" catch a lot of places where refactoring would make sense

Things I miss:

  • The new Layout viewer from Android 3.0. I always modify the layout xml, but it's nice to be able to switch over and get an idea of what it will look like without running the app. I do load up eclipse for this reason when I do heavy layout editing.
  • Hover documentation. In intelliJ, you have to press ctrl+Q to get the javaDoc of an existing method call (vs intellisense popping up as you code).
share|improve this answer
11  
You'll have one less reason to launch Eclipse now that IntelliJ IDEA 11 Android has the layout viewer :) – ohhorob Jan 6 '12 at 9:00

I am interested in this question too. For me, eclipse starts to be slow as more plugins installed: CDT, aptana, pydev, ADT....

IDEA seems like a light-weighted and interesting alternative. For the lacking of layout xml editing, you may do it with http://www.droiddraw.org/, or its desktop version. Pretty amazingly easy after reading the droiddraw tutorials.

I haven't got enough experience with IDEA, so cannot help a lot. Hope more people cast light on this issue.

Thanks, Frank

share|improve this answer
1  
Yeah I'm not that fussed about the layout XML editor anyway as I think Android layouts are pretty simple anyway, but I would miss the AndroidManifest.xml editor if I switched. – trojanfoe Feb 11 '11 at 7:55
no, you will not. I thought the same and forgot about it in a couple of days :) – sandalone Feb 11 '11 at 12:31
I'm using both. IDEA is much better for coding, however Eclipse is officially supported so it's better for doing layout designs and editing android specific xml files, especially for android beginners like myself. Also I couldn't find DDMS view in IDEA. I think after getting more experience in android dev I'll eventually stick to IDEA only. – aloneguid May 26 '11 at 21:29

I know eclipse is free, but come on, I don’t know how people actually use this piece of shit to build software. I like open source as much as the next guy, I just like “high quality open source” which may be an oxymoron.

I want to get work done and not fight the tool no matter how free it is.

After 2 years of Android Development on Eclipse I finally give up. I hate it because:
1. Eclipse is slow.
2. Search and autocomplete is poor.
3. Require big among of memory.
4. Crashing and hanging constantly.
5. Correct or incorrect way of closing Eclipse may cause workspace and settings crash.

Eclipse: reminding me every time I use why I normally don't use it. - Romain Guy

You can check some of interesting IntelliJ IDEA features here

enter image description here

share|improve this answer

Google has introduced new intellij-based IDE for android development (if you dont want to pay for intellij), you can find more info here http://developer.android.com/sdk/installing/studio.html

share|improve this answer
Good to know; cheers! – trojanfoe May 16 at 19:49

I think Eclipse has all the features that an IDE should have these days. But from my point of view it does everything on the wrong way (I am a Visual Studio fan).

After I tried IDEA, I had to realize that it can be customized to act nearly the same as VS, so it IS a very good IDE.

And the version 12 has UI editor for Android.

I can say that try to compare their IntelliSense (or whatever you call it), the debugger (including watches) and the editor. Much more better, smarter, faster for a daily use.

IDEA ultimate is not free, but if you would like to make money with programming I think you can make it easier with professional tools.

I would never pay for Eclipse.

share|improve this answer

As a new IDEA user I found the IDE to be somewhat overwhelming at first. The IDE contains more options than I thought possible and can bring into question - "Just how many checkboxes can you fit on a screen". Once the shock passed and I was able to complete a small project, I'm in love. Sorry Eclipse, but you were kind of flakey and would have unpredictable behavior. IDEA is rock solid.

As a programmer I want rock solid tools and sometimes the phrase "you get what you pay for" is valid.

share|improve this answer

Easiest IDEs are

  • ADT bundle: distributed by Google contains: eclipse 3.8, ADT plugin and Android SDK 21.1 note that x86 version is more stable than x86_64

  • Jetbrains Intellij community edition 12.0.4 and configured it to use the same android sdk in adt bundle.

Both are fine .

benefits for using Intellij 12 are:

  • New compiler mode: exactly as with eclipse, now Intellij compiles everything continuously in the background and shows you files that doesn't compile with red zigzag. Exactly as Eclipse but less heavier and more responsive .

  • new UI editor: even better than the one in eclipse ADT plugin: it shows more properties as android:layout_span ,i.e. Advanced properties that are hidden in Eclipse UI editor forcing you to edit them from Layout XML , can be easily editted from Intellij UI editor. Also while Eclipse UI editor hangs when selecting multiple components then editting one common property , this is extremely fast and easy in Intellij 12 UI editor.

  • Best content assist : it auto completes when you enter next limiter (space or semicolon or brackets or dot ) you don't have to press enter then press the next limiter, exactly as Visual Studio Intellisense. Also Intellij puts most relevant result on top. another feature new in version 12 is that it searches if matches are available from the middle not from start.

  • Fast: intellij is much faster than Eclipse. Eclipse 3.8 is slow and Eclipse 4.2 is even slower due some bugs, that were fixed gradually in Eclipse 4.2.1 and 4.2.2 releases .

  • more stable than eclipse. In Eclipse, Arow of Layout properties editor may stick on screen while you scroll, a very bad UI glitch. Also Eclipse x64 crashes very frequently as compared with eclipse x86 or Intellij, may be because of bugs in JDK x64.

And at last there is a factor that is not spoken:

  • If you come from Visual Studio experience, you will definitely prefer Intellij 12.

  • otherwise you will prefer eclipse or ADT-bundle (Eclipse+ADT plugin + Android SDK):

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.