从手机已经安装的程序导出到pc端
- 查看包名list查找自己想要导出的程序
adb shell pm list package
- 查看app启动页和包名
adb logcat |grep -I displayed
- 查看包路径
adb shell pm path 包名
- 下载到本机
adb pull 包路径 本机文件夹地址
查看iOS包名列表
ideviceinstaller -l
adb shell pm list package
adb logcat |grep -I displayed
adb shell pm path 包名
adb pull 包路径 本机文件夹地址
ideviceinstaller -l