diff --git a/README.md b/README.md index a5e6d0d..8c02047 100644 --- a/README.md +++ b/README.md @@ -212,6 +212,15 @@ adb connect :5555 **Note:** You need to have Android Debug Bridge (adb) installed in your host machine. +Get rid of unauthorized device popup while connecting to the emulator outside the container +------------------------------------------ + +In order to connect to the emulator using already generated adbkey on your machine you will need to mount your `.android` folder to the container (this is needed only when you work with emulator based on playstore image): + +``` +docker run -v :/root/.android/ ... +``` + SMS Simulation --------------