首页 > 其他分享 >adb uninstall 卸载指定设备的 app

adb uninstall 卸载指定设备的 app

时间:2022-10-21 15:46:34浏览次数:80  
标签:包名 app xx adb 卸载 uninstall

背景

多个 android 设备连接,需要卸载指定设备上的 app 时,如何使用 adb 选择并卸载?

方法

adb -s xxxx uninstall com.xx.xx

如果不知道具体包名,可以使用 adb shell pm list packages,列出所有的包名。

参考

ADB 学习(3):adb uninstall 命令
https://blog.csdn.net/weixin_38374974/article/details/83590695

标签:包名,app,xx,adb,卸载,uninstall
From: https://www.cnblogs.com/ramlife/p/16813691.html

相关文章