Merge pull request #225 from ihorvitruk/patch-1

Update README.md
This commit is contained in:
Budi Utomo 2020-01-24 09:06:21 +01:00 committed by GitHub
commit d097c08789
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)