How to generate build.xml for ant to package .apk from android Project in Eclipse

You can run like this on commandLine in the base directory of your project:


> android update project -p .

it will create build.xml for ant

댓글