Skip to content
This repository was archived by the owner on Apr 9, 2021. It is now read-only.

Commit 8aba788

Browse files
Merge pull request #789 from dapengzhang0/patch-5
Run the gradle wrapper in examples root directory
2 parents b198570 + 8272305 commit 8aba788

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/quickstart/android.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ $ cd grpc-java/examples
5757

5858
```sh
5959
$ cd android/helloworld
60-
$ ./gradlew installDebug
60+
$ ../../gradlew installDebug
6161
```
6262

6363
Congratulations! You've just run a client-server application with gRPC.
@@ -170,7 +170,7 @@ Just like we did before, from the `examples` directory:
170170

171171
```sh
172172
$ cd android/helloworld
173-
$ ./gradlew installDebug
173+
$ ../../gradlew installDebug
174174
```
175175

176176
#### Connecting to the Hello World server via USB

0 commit comments

Comments
 (0)