grpc-java/examples/android
Carl Mastrangelo ae37d21587
all: bump to 1.9.0-SNAPSHOT
2017-11-06 17:39:26 -08:00
..
helloworld all: bump to 1.9.0-SNAPSHOT 2017-11-06 17:39:26 -08:00
routeguide all: bump to 1.9.0-SNAPSHOT 2017-11-06 17:39:26 -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.