grpc-java/examples/android
ZHANG Dapeng 8ecdec73fd
examples: prefer implementation to compile in build.gradle
2018-12-03 10:01:19 -08:00
..
clientcache examples: prefer implementation to compile in build.gradle 2018-12-03 10:01:19 -08:00
helloworld examples: prefer implementation to compile in build.gradle 2018-12-03 10:01:19 -08:00
routeguide examples: prefer implementation to compile in build.gradle 2018-12-03 10:01:19 -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.