From 58f769302409aac7578385e0a828d5ad4c1fbeb7 Mon Sep 17 00:00:00 2001 From: Serghei Moret Date: Thu, 19 Jul 2018 12:35:28 +0200 Subject: [PATCH] Add adbkey part to README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index a5e6d0d..444434b 100644 --- a/README.md +++ b/README.md @@ -210,6 +210,15 @@ adb connect :5555 ![][adb_connection] +Get rif of unauthorized device popup while connected to emulator outside the container while using google_apis_playstore image +------------------------------------------ + +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/ +``` + **Note:** You need to have Android Debug Bridge (adb) installed in your host machine. SMS Simulation