📜  adb:sideload 连接失败:恢复模式 android - 任何代码示例

📅  最后修改于: 2022-03-11 14:59:35.287000             🧑  作者: Mango

代码示例1
I have this issue when the adb server is running without root 
permissions.

Try:
$ killall adb
$ sudo adb devices

This will run the adb server with the correct permissions, 
then you'll be able to sideload.