How to build an android app with external libraries using ant?

前端 未结 4 1793
别跟我提以往
别跟我提以往 2020-12-05 10:56

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

4条回答
  •  星月不相逢
    2020-12-05 11:42

    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.

提交回复
热议问题