How to convert an Eclipse Android project to use Ant for build?

前端 未结 3 1658
暖寄归人
暖寄归人 2020-12-23 11:33

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

3条回答
  •  情话喂你
    2020-12-23 12:22

    Running android update project -p . on the command line, in the base folder of your project will create the necessary build.xml and supporting files for an Ant build.

提交回复
热议问题