commit
d097c08789
|
@ -122,7 +122,7 @@ Docker-Android can be used for building Android project and executing its unit t
|
||||||
2. Build the project
|
2. Build the project
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker run -it --rm -v $PWD/testing-samples/ui/espresso/BasicSample:/root/tmp budtmo/docker-android-x86-8.1 tmp/gradlew build
|
docker run -it --rm -v $PWD/testing-samples/ui/espresso/BasicSample:/tmp -w /tmp budtmo/docker-android-x86-8.1 /tmp/gradlew build
|
||||||
```
|
```
|
||||||
|
|
||||||
Control Android connected to host (Emulator or Real Device)
|
Control Android connected to host (Emulator or Real Device)
|
||||||
|
|
Loading…
Reference in a new issue