title: "Adb Device No Permissions" date: 2020-12-09T13:06:13+08:00 categories:

  • bug tags:
  • android

Question

$ adb devices
List of devices attached
00000000        no permissions (user in plugdev group; are your udev rules wrong?); see [http://developer.android.com/tools/device.html]

Fixed

$ sudo adb kill-server
$ sudo pkill adb
$ sudo adb start-server
$ adb devices
List of devices attached
00000000        unauthorized