Merge pull request #96 from JoeSSS/patch-2
Add information about connecting to adb from outside the container in README
This commit is contained in:
commit
7e2b364c08
|
@ -212,6 +212,15 @@ adb connect <docker-machine-ip-address>:5555
|
|||
|
||||
**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
|
||||
------------------------------------------
|
||||
|
||||
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 (this is needed only when you work with emulator based on playstore image):
|
||||
|
||||
```
|
||||
docker run -v <local Android key directory>:/root/.android/ ...
|
||||
```
|
||||
|
||||
SMS Simulation
|
||||
--------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue