grpc-java/examples/android
Eric Anderson 50012832de Bump Protobuf Gradle Plugin to 0.8.16
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
2021-06-04 07:55:58 -07:00
..
clientcache Bump Protobuf Gradle Plugin to 0.8.16 2021-06-04 07:55:58 -07:00
helloworld Bump Protobuf Gradle Plugin to 0.8.16 2021-06-04 07:55:58 -07:00
routeguide Bump Protobuf Gradle Plugin to 0.8.16 2021-06-04 07:55:58 -07:00
strictmode Bump Protobuf Gradle Plugin to 0.8.16 2021-06-04 07:55:58 -07:00
README.md all: remove copies of gradle wrapper 2018-12-11 16:23:28 -08:00

README.md

gRPC Hello World Example (Android Java)

PREREQUISITES

INSTALL

  1. Install gRPC Java library SNAPSHOT locally, including code generation plugin (Only need this step for non-released versions, e.g. master HEAD).

  2. Install the app

$ cd helloworld  # or "cd routeguide"
$ ../../gradlew installDebug

Please refer to the tutorial on how to use gRPC in Android programs.