Skip to content

Files

Latest commit

Nov 28, 2023
c4fe117 · Nov 28, 2023

History

History
This branch is 16 commits ahead of, 701 commits behind master.

android

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.