Add adbkey part to README

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

View file

@ -210,6 +210,15 @@ 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
------------------------------------------
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/
```
**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.
SMS Simulation SMS Simulation