使用adb命令导出手机APP的包

  1. 查要导出APP的包名
    打开导出的APP,输入命令“ adb shell “dumpsys window w |grep name=” ”
    (其中带有activity的前面的为包名,即com.tencent.mobileqq)用adb命令导出手机APP包

  2. 查包的路径
    adb shell pm path 包名
    用adb命令导出手机APP包

  3. 导出包到PC
    adb pull 包的路径 PC存放的路径

相关文章:

  • 2021-10-07
  • 2021-09-27
  • 2022-12-23
  • 2022-12-23
  • 2021-11-28
  • 2021-04-22
  • 2022-12-23
  • 2021-04-05
猜你喜欢
  • 2021-09-19
  • 2022-12-23
  • 2021-09-13
  • 2021-12-15
  • 2022-01-26
  • 2021-09-29
相关资源
相似解决方案