On Linux, in order for to connect to a device as non-root, the appropriate udev - rules need to be set up. This is not an issue on either macOS or Windows.
+On traditional Linux distributions, USB devices cannot be used as non-root + without udev rules for each type of device. This is not an issue for other + platforms.
On Arch Linux:
diff --git a/static/install/web.html b/static/install/web.html index 362d0712..e464446b 100644 --- a/static/install/web.html +++ b/static/install/web.html @@ -169,8 +169,9 @@On Linux, in order for to connect to a device as non-root, the appropriate udev - rules need to be set up. This is not an issue on either macOS or Windows.
+On traditional Linux distributions, USB devices cannot be used as non-root + without udev rules for each type of device. This is not an issue for other + platforms.
On Arch Linux, install the android-udev
package. On Debian and
Ubuntu, install the android-sdk-platform-tools-common
package.