grpc-java/examples/android
ZHANG Dapeng 8ff92a4a7d
doc: emphasize building examples on master branch should follow COMPILING
Resolves #5115
2018-12-06 13:17:59 -08:00
..
clientcache examples: prefer implementation to compile in build.gradle 2018-12-03 10:01:19 -08:00
helloworld examples: prefer implementation to compile in build.gradle 2018-12-03 10:01:19 -08:00
routeguide examples: prefer implementation to compile in build.gradle 2018-12-03 10:01:19 -08:00
README.md doc: emphasize building examples on master branch should follow COMPILING 2018-12-06 13:17:59 -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.