I have an Android project in Eclipse I would like to convert to be built with Ant instead.
How can I achieve this? I have tried exporting an Ant bui
Running android update project -p . on the command line, in the base folder of your project will create the necessary build.xml and supporting files for an Ant build.
build.xml