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
You can create ant build file directly from eclipse it self.. From File Menu
Here are the steps to create build.xml for any project in eclipse
File -> Export -> General -> Ant Buildfiles and choose required project to create a build file.