Easy
If you want to avoid the above, just become root and:
adb kill-server
adb start-server
, this is to start the server as root ( with a lot of permissions
adb devices will work now
If you want to avoid the above, just become root and:
adb kill-server
adb start-server
, this is to start the server as root ( with a lot of permissions
adb devices will work now