I am new to Android programming and since I find Eclipse environment uncomfortable as it generates plenty of unneccessary files, I decided to make everything "by hand".
I am now trying to compile the first app using the command line. According to the Android developers manual, I have to "navigate to the root directory of my app and run ant", but when attempt to do so, it doesn't run the ant tools because... well, there is no ant executable file in my app root directory?
The ant directory is located in build-tools, but no ant executable is there, either, so naturally the cmd cannot run it. When is the ant actually, then, and how can it be run?
Thank you for response in advance