标签: android batch-file adb apk android-install-apk
我使用
adb install file.apk
结果可能是"成功"或其中一个失败消息。 如何确定批处理文件中的安装是否成功?我想将成功安装的apk移动到另一个文件夹。
答案 0 :(得分:0)
adb install file.apk>NUL && echo Action done successfully || echo Action Failed