Chrome://inspect#devices could not find devices for USB debugging
On Android: Turn off USB debugging, then turn it on. After confirming "allow usb debugging" popup on android, the inspect page still says: Pending authentication: please accept debugging session on the device.
Also tried changing USB config from MTP to PTP, not helpful. From computer file explorer, the android phone is accessible.
Chrome version is 102 on both Windows 10 and Android 8.0.
adb
interfered with Chrome remote debugging. I would try only running one of them at a time after "allow usb debugging". – Roathadb
may still be running and you'll have to runadb kill-server
to stop it. Just to be safe, I would plug in to other USB ports and verify thatadb devices
shows your device as connected before killing and trying Chrome remote debugging. – Roath