Ubuntu – do Android Development in Ubuntu without Eclipse

android

I encountered some issues getting started with Android Development on Ubuntu. Installing the JDK was painful, and the Eclipse GUI is not that intuitive. Despite these setbacks I'm still interested and would like to know what other tools are available to me when working with android.

What tools in the Android SDK keep me locked into eclipse? Is there a way to run these tools without using the GUI?

Best Answer

You can totally code Android apps in your favourite text editor and build them from command line, but, seriously, don't expect it to be less confusing then coding in Eclipse.

Related Question