adb卸载安卓应用 one_day 2024-09-03 119 阅读1分钟 安卓安装测试包之后无法卸载 手机连接电脑,使用adb卸载 1、adb shell pm list packages 2、adb uninstall <package_name> 即可彻底删除