grpc-java/examples/android
Eric Anderson 2d0c158987
Bump to 1.68.1-SNAPSHOT (#11637)
1.68.0 has already been used (by a mistaken 1.67.x release)
2024-10-25 12:20:26 +05:30
..
clientcache Bump to 1.68.1-SNAPSHOT (#11637) 2024-10-25 12:20:26 +05:30
helloworld Bump to 1.68.1-SNAPSHOT (#11637) 2024-10-25 12:20:26 +05:30
routeguide Bump to 1.68.1-SNAPSHOT (#11637) 2024-10-25 12:20:26 +05:30
strictmode Bump to 1.68.1-SNAPSHOT (#11637) 2024-10-25 12:20:26 +05:30
README.md all: remove copies of gradle wrapper 2018-12-11 16:23:28 -08:00

README.md

gRPC Hello World Example (Android Java)

PREREQUISITES

INSTALL

  1. Install gRPC Java library SNAPSHOT locally, including code generation plugin (Only need this step for non-released versions, e.g. master HEAD).

  2. Install the app

$ cd helloworld  # or "cd routeguide"
$ ../../gradlew installDebug

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