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

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

    While there may be no "Run Configuration to Ant" feature you can still open the run configuration and view the settings.

    The Android Developers site has a section on using "Other IDEs"; here they cover a little on using Ant to compile if you're familiar with Ant already.

提交回复
热议问题