grpc-java/examples/android
Eric Anderson eb391fd66c Bump to Gradle 7.6 and update plugins
As normal, Android versions weren't touched as it tends to be special to
upgrade.

The errorprone plugin handles errorproneJavac for us now, since it
hasn't changed in five years. VERSION_CATALOGS is already enabled by
default and graduated out of preview.

Fixes #9802
2023-01-11 08:17:17 -08:00
..
clientcache Bump to Gradle 7.6 and update plugins 2023-01-11 08:17:17 -08:00
helloworld Bump to Gradle 7.6 and update plugins 2023-01-11 08:17:17 -08:00
routeguide Bump to Gradle 7.6 and update plugins 2023-01-11 08:17:17 -08:00
strictmode Bump to Gradle 7.6 and update plugins 2023-01-11 08:17:17 -08: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.