You've already forked docker-android
mirror of
https://github.com/izzy2lost/docker-android.git
synced 2026-03-10 11:37:45 -07:00
Update README.md
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user