Reputation: 3529
So I used to have this working on 5, after an update to Android 6 I'm unable to get USB debugging to work. Anyone else run into this?
Upvotes: 1
Views: 5836
Reputation: 316
You might consider to change adb port in you pc.
Upvotes: 1
Reputation: 1007474
You might try revoking the debugging authorizations:
Unplug the device
Go into Settings > Developer Options and tap on "Revoke USB debugging authorizations"
Click OK on the resulting dialog
Plug the device in again and see if you get the ADB authorization dialog
Upvotes: 1
Reputation: 11
Go to Settings -> About phone. Go to the bottom item "Build number" and click on it few times util you will see the toat: You are a developer now.
Now go back and you will see a new item called "Developer options". Click on it. Enable "USB debugging" option.
Upvotes: -1