grpc-java/examples/android
Eric Anderson 71bad37402 Update protobuf-gradle-plugin to 0.8.3
This fixes support for newer Android Gradle Plugins.
2018-01-12 08:34:05 -08:00
..
clientcache Update protobuf-gradle-plugin to 0.8.3 2018-01-12 08:34:05 -08:00
helloworld Update protobuf-gradle-plugin to 0.8.3 2018-01-12 08:34:05 -08:00
routeguide Update protobuf-gradle-plugin to 0.8.3 2018-01-12 08:34:05 -08: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.