grpc-java/examples/android
Elliotte Rusty Harold 079219bbc9 Update to GSON 2.8.5 and protobuf 3.10.0 2019-10-09 07:47:34 -07:00
..
clientcache all: Update to truth 1.0 2019-09-11 08:53:18 -07:00
helloworld Update to GSON 2.8.5 and protobuf 3.10.0 2019-10-09 07:47:34 -07:00
routeguide Update to GSON 2.8.5 and protobuf 3.10.0 2019-10-09 07:47:34 -07:00
strictmode Update to GSON 2.8.5 and protobuf 3.10.0 2019-10-09 07:47:34 -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.