android使用adb命令卸载应用
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了android使用adb命令卸载应用相关的知识,希望对你有一定的参考价值。
1. adb命令卸载系统应用
adb remount
adb shell
cd system/app
ls
adb shell
cd system/app
ls
rm xx.apk
(以上方法已验证)
2. adb命令卸载普通应用打开cmd
C:\Users\zhaoqy>adb uninstall cld.kcloud.center
以上是关于android使用adb命令卸载应用的主要内容,如果未能解决你的问题,请参考以下文章