grpc-java/examples/android
Eric Anderson 29618a6bb6 Bump Protobuf to 3.17.2
Removed some references to the protobuf version from COMPILING.md and
compiler/README.md to make updates a tiny bit easier.
2021-06-07 11:20:48 -07:00
..
clientcache Bump Protobuf to 3.17.2 2021-06-07 11:20:48 -07:00
helloworld Bump Protobuf to 3.17.2 2021-06-07 11:20:48 -07:00
routeguide Bump Protobuf to 3.17.2 2021-06-07 11:20:48 -07:00
strictmode Bump Protobuf to 3.17.2 2021-06-07 11:20:48 -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.