I am pretty sure that I once stumbled upon a link that showed how to create a hello world application without eclipse, but I can’t find that link anymore. It certainly needs not be a hello world application, but it would be nice if someone could point me to somewhere that explains the steps needed to create an application without eclipse.
Share
Well, the best place to find would be the android docs.
Check this link out: http://developer.android.com/guide/developing/index.html
It has, for instance in the category “Managing Projects” and “Building and Running” links for
but also for
There is enough information about how to develop without Eclipse 😀