failed to authenticate to | adb wifi

前端 未结 3 947
情话喂你
情话喂你 2021-02-04 00:57

When connecting a device with ADB Wireless, got failed to authenticate to

adb devices gives the device shows up as unauthorized.

3条回答
  •  日久生厌
    2021-02-04 00:59

    From Android 4.2, every ADB device needs to be authorized for a computer to connect. This is done for security. So when a USB is connected a prompt comes asking to authorize the device when USB debugging is set. But does not happen for WIFI ADB.

    So the workaround is to connect the device by USB, accepting the machine always. Then when the Wireless ADB is tried, it should work.

提交回复
热议问题