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
While there may be no "Run Configuration to Ant" feature you can still open the run configuration and view the settings.
The Android Developers site has a section on using "Other IDEs"; here they cover a little on using Ant to compile if you're familiar with Ant already.