grpc-java/examples/android
Eric Anderson 11c8bcde1b Start 1.12.0 development cycle 2018-03-13 09:04:25 -07:00
..
clientcache Start 1.12.0 development cycle 2018-03-13 09:04:25 -07:00
helloworld Start 1.12.0 development cycle 2018-03-13 09:04:25 -07:00
routeguide Start 1.12.0 development cycle 2018-03-13 09:04:25 -07:00
README.md Canonicalize URL prefixes to https://grpc.io 2017-07-10 16:30:09 -07:00

README.md

gRPC Hello World Example (Android Java)

PREREQUISITES

INSTALL

  1. (Only for non-released versions) Install gRPC Java
$ cd ../..
$ ./gradlew install -PskipCodegen=true
$ cd examples/android
  1. Install the app
$ cd helloworld  # or "cd routeguide"
$ ./gradlew installDebug

Please refer to the tutorial on how to use gRPC in Android programs.