How to solve ADB device unauthorized in Android ADB host device?

后端 未结 13 1463
情话喂你
情话喂你 2020-12-07 11:04

When I\'m using a rooted Android device as ADB host to send adb command \"adb devices\" to Samsung S4, I received device unauthorized error message. However when I tried adb

13条回答
  •  不知归路
    2020-12-07 11:38

    Have you tried

    adb kill-server
    adb shell
    

    Sometimes adb gets stuck and first killing adb server and then starting some command forces authorization window to pop-up.

    Also please check adb client version on your phone. THis feature is supported from adb 1.0.31 as far as I remember.

提交回复
热议问题