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

前端 未结 3 1667
暖寄归人
暖寄归人 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:14

    You can create ant build file directly from eclipse it self.. From File Menu

    Here are the steps to create build.xml for any project in eclipse

    File -> Export -> General -> Ant Buildfiles and choose required project to create a build file.

提交回复
热议问题