摘要: 1、adb shell pm list package 打印出来所有安装到手机上的APP包名 2、adb shell pm path com.xxx.xxx 找出安装后的包名应用的apk所在位置 3、adb pull path_apk out_apk path_apk为apk在手机上的目录,即2中的 阅读全文
posted @ 2019-11-21 16:09 AZ_mxl 阅读(857) 评论(0) 推荐(0) 编辑