task aaUnInstall(type: Exec) {
commandLine 'cmd',"/c","adb uninstall com.xkyx.xz"
}
task aaInstall(type: Exec) {
commandLine 'cmd',"/c","adb install -r I:\\Android\\xkyx\\release\\app-release.apk"
}
让gradle执行cmd 或者其他exe命令的方法
阅读 54
2022-06-20
task aaUnInstall(type: Exec) {
commandLine 'cmd',"/c","adb uninstall com.xkyx.xz"
}
task aaInstall(type: Exec) {
commandLine 'cmd',"/c","adb install -r I:\\Android\\xkyx\\release\\app-release.apk"
}
相关推荐
精彩评论(0)