Update README.md

This commit is contained in:
Serghei Moret 2018-07-19 12:38:24 +02:00 committed by GitHub
parent 58f7693024
commit ec0c381fb6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -210,13 +210,13 @@ adb connect <docker-machine-ip-address>: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 <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.