Android Gradle 自定义任务执行命令行
时间:2017-06-25 12:26:30
收藏:0
阅读:525
tasks.create("name": "testAssemble", "type": Exec) {
workingDir "../"
commandLine "./gradlew", "assembleDebug"
}
原文:http://www.cnblogs.com/negro-guoguo/p/7076425.html
评论(0)