After my phone received
the Android Oreo update I was having trouble getting it to
connect to adb. I was seeing errors
like this:
$ adb devices
List of devices attached
025d15a338973018 no permissions (verify udev rules); see [http://developer.android.com/tools/device.html]
This recipe worked for me.
https://github.com/M0Rf30/android-udev-rules
Android Oreo, adb, Fedora, Linux
$ adb devices
List of devices attached
025d15a338973018 no permissions (verify udev rules); see [http://developer.android.com/tools/device.html]
This recipe worked for me.
https://github.com/M0Rf30/android-udev-rules
Android Oreo, adb, Fedora, Linux