在使用" adb install file.apk&#34 ;?后,如何检查安装是否成功?

时间:2016-11-06 09:38:22

标签: android batch-file adb apk android-install-apk

我使用

从Windows PC安装apk
adb install file.apk

结果可能是"成功"或其中一个失败消息。 如何确定批处理文件中的安装是否成功?我想将成功安装的apk移动到另一个文件夹。

1 个答案:

答案 0 :(得分:0)

adb install file.apk>NUL && echo Action done successfully || echo Action Failed