grpc-java/examples/android
Chengyuan Zhang da100e8e49
build, examples, README.md: Update protobuf gradle plugin version to 0.8.13 (#7355)
Updated protobuf gradle plugin version to 0.8.13. Fixed Android Kokoro's memory issue by forcing to use a new Gradle daemon for building the previous commit.
2020-09-21 10:42:06 -07:00
..
clientcache build, examples, README.md: Update protobuf gradle plugin version to 0.8.13 (#7355) 2020-09-21 10:42:06 -07:00
helloworld build, examples, README.md: Update protobuf gradle plugin version to 0.8.13 (#7355) 2020-09-21 10:42:06 -07:00
routeguide build, examples, README.md: Update protobuf gradle plugin version to 0.8.13 (#7355) 2020-09-21 10:42:06 -07:00
strictmode build, examples, README.md: Update protobuf gradle plugin version to 0.8.13 (#7355) 2020-09-21 10:42:06 -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.