mirror of https://github.com/grpc/grpc-java.git
Comments should really use '#', since it is shell. Also, we avoid telling users to clone the git repo since 1) this is basically implicit already and 2) it encourages them to checkout master instead of using the latest release. This is especially helpful when the document is referenced from http://grpc.io/docs since they specify checking out the latest release (which is much easier to maintain when using jekyll which is not an option here). |
||
|---|---|---|
| .. | ||
| helloworld | ||
| routeguide | ||
| README.md | ||
README.md
gRPC Hello World Tutorial (Android Java)
PREREQUISITES
-
Android Tutorial if you're new to Android development
-
We only have Android gRPC client in this example. Please follow examples in other languages to build and run a gRPC server.
INSTALL
- (Only for non-released versions) Install gRPC Java
$ cd ../..
$ ./gradlew install -PskipCodegen=true
$ cd examples/android
- Install the app
$ cd helloworld # or "cd routeguide"
$ ./gradlew installDebug