grpc-java/examples/android
Carl Mastrangelo 166108a943 all: fix licence whitespace 2017-06-01 14:28:37 -07:00
..
helloworld all: fix licence whitespace 2017-06-01 14:28:37 -07:00
routeguide all: fix licence whitespace 2017-06-01 14:28:37 -07:00
README.md docs: add links to examples and tutorials. (#2614) 2017-01-18 09:06:45 -08: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.