Reputation: 5572
Chome USB debug: Pending authentication: please accept debugging session on the device.
The confirm dialog is gone accidentally. How to show it again on android phone?
Tried:
reload chrome://inspect/#devices,
Uncheck/check "Discover USB devices"
disconnect/reconnect usb cable,
Developer options (off/on "Allow USB debugging")
Upvotes: 0
Views: 1748
Reputation: 287
I had a similar problem. This is what I did to resolve the problem:
~/.android
directory, I removed adbkey
and adbkey.pub
.Configure...
option in chrome://inspect/#devices
..android
folder is created in your user directory in home. So, exchanging or creating a key requires you to work in user mode (the same user as denoted in your home directory).Upvotes: 3