Android Application Development Without Eclipse / ADT

I would like to learn Android application development, but I do not want to use any IDE, especially Eclipse and its ADT. I'm just sure that it’s more convenient for me to work with the command line, execute the commands myself and see what happens below. I am looking for a good reference / training / e-book / walkthrough. Are there any such resources?

+6
android eclipse adt
source share
1 answer

From the Android developer. website: http://developer.android.com/tools/building/building-cmdline.html

Of course, the name suggests using a different IDE, but it explains what directories you need, how to compile your .APK, etc.

Of course, you need an SDK and tools from there, but this is data. However, you can use the above information for development without Eclipse / ADT

+4
source share

All Articles