tree: 622808cc7a802cff55153e82a686d2a277b1d115 [path history] [tgz]
  1. clientcache/
  2. helloworld/
  3. routeguide/
  4. strictmode/
  5. README.md
examples/android/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.