Update README.md
This commit is contained in:
parent
58f7693024
commit
ec0c381fb6
|
@ -210,13 +210,13 @@ adb connect <docker-machine-ip-address>:5555
|
||||||
|
|
||||||
![][adb_connection]
|
![][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:
|
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 <local Android key directory>:/root/.android/
|
docker run -v <local Android key directory>:/root/.android/ ...
|
||||||
```
|
```
|
||||||
|
|
||||||
**Note:** You need to have Android Debug Bridge (adb) installed in your host machine.
|
**Note:** You need to have Android Debug Bridge (adb) installed in your host machine.
|
||||||
|
|
Loading…
Reference in a new issue