Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 853 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 853 Bytes

gRPC Hello World Example (Android Java)

PREREQUISITES

INSTALL

  1. (Only for non-released versions) Install gRPC Java
$ cd ../..
$ ./gradlew install -PskipCodegen=true
$ cd examples/android
  1. Install the app
$ cd helloworld  # or "cd routeguide"
$ ./gradlew installDebug

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