mirror of https://github.com/grpc/grpc-java.git
Also removed warnings about protoc version matching runtime, since this is no longer supposed to be a problem (starting with 3.0.0-beta-4) and all our tests ran fine when using protoc 3.0.2 with protobuf runtime 3.1.0. Fixes #2316 |
||
|---|---|---|
| .. | ||
| helloworld | ||
| routeguide | ||
| README.md | ||
README.md
gRPC Hello World Tutorial (Android Java)
PREREQUISITES
-
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
- (Only for non-released versions) Install gRPC Java
$ cd ../..
$ ./gradlew install -PskipCodegen=true
$ cd examples/android
- Install the app
$ cd helloworld # or "cd routeguide"
$ ./gradlew installDebug