• 应用已从桌面卸载,应用管理中也找不到此应用
  • 更新包与已安装应用的签名不一致

2、原因

  • 未卸载干净

3、解决方法

  • 3.1 确认连接到设备

    adb devices
    
  • 3.2 卸载

    adb uninstall xxx
    
    • xxx为包名。
  • 3.3 查看包名_非必须

    adb shell pm list packages
    
  • 更多adb指令

相关文章:

  • 2021-04-17
  • 2022-02-09
  • 2021-08-31
  • 2022-12-23
  • 2022-12-23
  • 2021-12-26
  • 2021-03-31
  • 2021-11-23
猜你喜欢
  • 2021-07-16
  • 2021-11-26
  • 2021-11-12
  • 2021-07-15
  • 2022-12-23
  • 2022-01-05
相关资源
相似解决方案