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.
$ cd ../.. $ ./gradlew install -PskipCodegen=true $ cd examples/android
$ cd helloworld # or "cd routeguide" $ ./gradlew installDebug
Please refer to the tutorial on how to use gRPC in Android programs.