Can't connect Nexus 4 to adb: unauthorized

adb, android, android-4.2-jelly-bean, authorization, nexus-4

Solution

I had similar situation. Here is what I did:

Try to check and uncheck the USB Debugging option in the device. (if not working, try to unplug/plug the USB)

At some point, the device should show up a messagebox to ask you if you authorize the computer. After you click yes, the device is then authorized and the connection is hooked.

Problem

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` version. I think I tried almost everything and I still get the following message: ``` C:\Program Files (x86)\Android\sdk\platform-tools>adb devices List of devices attached 007667324ccb229b unauthorized ``` What can be the reason for this error?

Original source

Related problems