mirror of https://github.com/grpc/grpc-java.git
This version works around a warning about DuplicateStrategy in Gradle 6 that will be an error in Gradle 7 caused by [a bug in the plugin][1]. Bumping the version makes a clean build with `--warning-mode all` (at least if skipping Android and codegen). [1]: https://github.com/google/protobuf-gradle-plugin/issues/470 |
||
|---|---|---|
| .. | ||
| clientcache | ||
| helloworld | ||
| routeguide | ||
| strictmode | ||
| README.md | ||
README.md
gRPC Hello World Example (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
-
Install gRPC Java library SNAPSHOT locally, including code generation plugin (Only need this step for non-released versions, e.g. master HEAD).
-
Install the app
$ cd helloworld # or "cd routeguide"
$ ../../gradlew installDebug
Please refer to the tutorial on how to use gRPC in Android programs.