From 0b18e4995c60bccf660606a31bee11a9d2927a87 Mon Sep 17 00:00:00 2001 From: Serghei Moret Date: Thu, 19 Jul 2018 12:41:04 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1992512..8c02047 100644 --- a/README.md +++ b/README.md @@ -215,7 +215,7 @@ adb connect :5555 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: +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/ ...