grpc-java/examples/android
Eric Anderson c0790283ec
Bump protobuf to 3.21.1 (#9311)
Fixes #9264
2022-06-30 11:18:49 -07:00
..
clientcache Bump protobuf to 3.21.1 (#9311) 2022-06-30 11:18:49 -07:00
helloworld Bump protobuf to 3.21.1 (#9311) 2022-06-30 11:18:49 -07:00
routeguide Bump protobuf to 3.21.1 (#9311) 2022-06-30 11:18:49 -07:00
strictmode Bump protobuf to 3.21.1 (#9311) 2022-06-30 11:18:49 -07:00
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.