grpc-java/examples/android
Eric Anderson be0247f501 Bump com.google.protobuf gradle plugin to 0.9.5
The plugin now outputs to "generated/sources". The IDE configuration
explicitly adding the folders to the source sets hasn't been needed for
some years.
2025-05-06 06:20:33 -07:00
..
clientcache Bump com.google.protobuf gradle plugin to 0.9.5 2025-05-06 06:20:33 -07:00
helloworld Bump com.google.protobuf gradle plugin to 0.9.5 2025-05-06 06:20:33 -07:00
routeguide Bump com.google.protobuf gradle plugin to 0.9.5 2025-05-06 06:20:33 -07:00
strictmode Bump com.google.protobuf gradle plugin to 0.9.5 2025-05-06 06:20:33 -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.