Can't connect Nexus 4 to adb: unauthorized

后端 未结 26 1547
你的背包
你的背包 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 08:02

    Had the same issue. Not sure if these are the same steps for Windows as I'm using an OS X device but you can try:

    1. Reboot your phone into recovery mode.
    2. Connect it to your computer.
    3. Open the terminal and type:

      cd ~/.android
      adb push adbkey.pub /data/misc/adb/adb_keys
      
    4. All done! Just adb shell reboot and feel the power!

提交回复
热议问题