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"
}
微信扫一扫
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"
}
相关推荐