From ec0c381fb63270b7fd5ede3e424fb583d451bb44 Mon Sep 17 00:00:00 2001 From: Serghei Moret Date: Thu, 19 Jul 2018 12:38:24 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 444434b..213d229 100644 --- a/README.md +++ b/README.md @@ -210,13 +210,13 @@ adb connect :5555 ![][adb_connection] -Get rif of unauthorized device popup while connected to emulator outside the container while using google_apis_playstore image +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: ``` -docker run ... -v :/root/.android/ +docker run -v :/root/.android/ ... ``` **Note:** You need to have Android Debug Bridge (adb) installed in your host machine.