vote up 1 vote down star

I am about to start developing an android app and need to get an IDE. Eclipse and the android eclipse plugin appears to be the natural choice. However I am familiar with intelliJ and re-sharper so I would prefer use intelliJ.

Has anyone used http://code.google.com/p/idea-android/">http://code.google.com/p/idea-android/? Is this any good?

Should I just bite the bullet and learn Eclipse?

flag

3 Answers

vote up 4 vote down check

IntelliJ now has support for Android. See Enabling Android Support from the JetBrains help page and the Google Code project page for the plugin. The Getting Started wiki page is pretty helpful.

If you are used to IntelliJ, I don't think it would be beneficial to switch IDEs just for Android tools. You can work on Android with any text editor (I use Vim). If your more productive with a specific environment I don't see why you'd have to learn a new one. Not worth it in my opinion. Plus I'm a big IntelliJ fan. The IntelliJ plugin lets you make apk files and push the app to the emulator, that's all you need for Android app development. I'd say you're safe sticking with IntelliJ.

link|flag
vote up 8 vote down

Eclipse is not that hard to learn (I use both Eclipse and NetBeans, and I switch back and forth pretty effortlessly). If you're going to be learning Android development the start, I can recommend Hello, Android, which I just finished. It shows you exactly how to use all the features of Eclipse that are useful for developing Android apps. There's also a brief section on getting set up to develop from the command line and from other IDEs.

You could also check out the sections in the Android Developers guide on Developing In Eclipse and In Other IDEs and compare the two.

link|flag
+1 for Eclipse. – Ben S Nov 11 at 15:06
+1 just use eclipse – broschb Nov 11 at 21:27
+1 for eclipse!! – JohnnyLambada Nov 12 at 2:28
vote up 1 vote down

All of the full-featured Java IDE's are good and share all of the same concepts and main features. If you can find your way around one you can probably do the same for any other without much trouble.

link|flag

Your Answer

Get an OpenID
or
never shown

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