Doing an Ant Build on Android Studio

前端 未结 2 1187
逝去的感伤
逝去的感伤 2021-01-12 01:43

Does Android Studio support Ant builds?

I want to run a before-compilation Ant target.

Android Studio is new, so it seems possible it\'s not supported in fav

2条回答
  •  旧巷少年郎
    2021-01-12 01:51

    Android Studio is based on Intellij IDEA which certainly supports Ant. It can also read the Android Studio project file.

    If you can deal with the two Android Studio features that currently aren't in the IDEA 13 EAP yet, you can download that and create an Ant Build.

    http://blogs.jetbrains.com/idea/2013/05/intellij-idea-13-early-preview-is-out/

提交回复
热议问题