Best IDE for Android App Development?

I'm a self-taught programmer and write scripts in EZ Language, C++, C#, whatever, for Tradestation, Sierracharts, Ninja, etc.. but never have written in Java...

I'm venturing into Android App Development. So far I've discovered that there seem to be three IDE's for same: Eclipse, NetBeans, and IntelliJ IDEA.

Any thoughts on what might be the best IDE to start with?
 
Eclipse no question.

If you are just starting look at PhoneGap.com it is an opensource environment that has an Eclipse plugin. PhoneGap also makes it easy to develop a single app for both iPhone and Android. (Not good for games, but for everything else or starting to work on Android it is great.)

Good luck
 
Back
Top