From 07ef214d52e40314aaa53a3b45e872092d7a3be8 Mon Sep 17 00:00:00 2001 From: Sander Koenders Date: Thu, 12 Oct 2017 07:57:30 +0200 Subject: [PATCH] Update README.md Udev rules are often needed on Linux based systems to make sure the user has access to the connected device without needing superuser pemissions. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b74217a..f95701f 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,9 @@ breakfast # example: breakfast grouper brunch # example: brunch grouper ``` +### ADB in the container +If you're on Linux and want to use adb from within the container running with `-u` might not be enough. Make sure you have the [Android udev rules](https://github.com/M0Rf30/android-udev-rules/blob/master/51-android.rules) installed on your host system so you can access your device without needing superuser permissions. + ### Links For further information, check the following links: