abd安装应用:
adb install app.apk
adb查看已装应用列表:
adb shell pm list package
如下所示:

adb查看手机中已安装的应用列表

 

 

adb删除已安装的应用(需注意,使用的是应用的完整包名)
adb uninstall com.example.app
若有多个设备:

adb -s 设备号 uninstall com.example.app

 

 

【Reference】

1、adb查看手机中已安装的应用列表:

 

相关文章:

  • 2021-04-13
  • 2022-01-17
  • 2022-02-08
  • 2022-02-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-18
猜你喜欢
  • 2021-08-04
  • 2021-05-22
  • 2021-12-07
  • 2022-12-23
  • 2021-10-29
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案