【发布时间】:2017-04-18 22:22:24
【问题描述】:
我已使用 ADB 将 smarthpone(已root)连接到 PC (Linux)。 Eveything 工作正常,除了我无法从 shell 中卸载应用程序。我试过了:
adb unistall com.mirsoft.passwordmemory
adb unistall -k com.mirsoft.passwordmemory
我得到 帮助消息 作为回报。 我也试过:
adb shell pm unistall com.mirsoft.passwordmemory
adb shell pm unistall -k com.mirsoft.passwordmemory
得到回报
Error: unknown command 'unistall'
随后是帮助消息。
其他命令工作正常。 难道我做错了什么?
【问题讨论】: