grpc-java/examples/android
Xiao Hang 0d89bb4942 Update android example.
Show the full stacktrace when error happens and make the result text view scrollable.
2016-08-17 14:17:32 -07:00
..
helloworld Update android example. 2016-08-17 14:17:32 -07:00
routeguide Change routeguide example to use proto 3.0.0 2016-08-04 11:47:53 -07:00
README.md Simplify commands in Android README 2016-08-17 14:12:41 -07:00

README.md

gRPC Hello World Tutorial (Android Java)

PREREQUISITES

  • Java gRPC

  • Android Tutorial if you're new to Android development

  • We only have Android gRPC client in this example. Please follow examples in other languages to build and run a gRPC server.

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