adb 查看app(应用)版本信息

阅读 146

2022-01-26

window 上

方法一

adb shell pm dump com.example | findstr version

输出效果:
在这里插入图片描述

方法二

adb shell dumpsys package com.example | findstr version

输出效果:
在这里插入图片描述

mac上

方法一

adb shell pm dump com.example | grep version

方法二

adb shell dumpsys package com.example | grep version

相关推荐

精彩评论(0)

0 0 举报