From f0fb5ef0097f3926d9536918efad1dd37edacd91 Mon Sep 17 00:00:00 2001 From: Serghei Moret Date: Thu, 19 Jul 2018 12:39:16 +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 213d229..1992512 100644 --- a/README.md +++ b/README.md @@ -210,6 +210,8 @@ adb connect :5555 ![][adb_connection] +**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 ------------------------------------------ @@ -219,8 +221,6 @@ In order to connect to the emulator using already generated adbkey on your machi docker run -v :/root/.android/ ... ``` -**Note:** You need to have Android Debug Bridge (adb) installed in your host machine. - SMS Simulation --------------