Can't connect Nexus 4 to adb: unauthorized

后端 未结 26 1555
你的背包
你的背包 2020-12-02 07:44

I have a Nexus 4 with Android 4.3 and I am trying to connect the device to a computer with Windows 7 64bit.

I installed the latest drivers and the latest adb

26条回答
  •  不思量自难忘°
    2020-12-02 07:50

    Here is my version of the steps:

    1. Make sure adb is running
    2. In device go to Settings -> developer options -> Revoke USB debugging authorities
    3. Disconnect device
    4. In adb shell type > adb kill-server
    5. In adb shell type > adb start-server
    6. Connect device

    if adb shell shows empty host name, restart device

提交回复
热议问题