I have an existing project that builds fine using my IDE. I\'d like to use the \"android update\" command to generate an ant buildfile for this project.
The buildfi
I agree with Mark, however, if you're planning to modify your build script further - than you need to make it custom. Bring tasks from android/platforms/android-PLATFORMVERSION/templates/android_rules.xml to your build.xml and modify whatever you want to modify. Including location for external libs.