grpc-java/examples/android/helloworld
Eric Anderson ab85d8751b Update to Gradle 2.14
Is faster and includes a security fix.
2016-08-04 10:03:57 -07:00
..
app Add android route guide example and move helloworld example to its own dir 2016-08-03 14:47:10 -07:00
gradle/wrapper Update to Gradle 2.14 2016-08-04 10:03:57 -07:00
.gitignore Add android route guide example and move helloworld example to its own dir 2016-08-03 14:47:10 -07:00
README.md Add android route guide example and move helloworld example to its own dir 2016-08-03 14:47:10 -07:00
build.gradle Add android route guide example and move helloworld example to its own dir 2016-08-03 14:47:10 -07:00
gradlew Add android route guide example and move helloworld example to its own dir 2016-08-03 14:47:10 -07:00
gradlew.bat Add android route guide example and move helloworld example to its own dir 2016-08-03 14:47:10 -07:00
settings.gradle Add android route guide example and move helloworld example to its own dir 2016-08-03 14:47:10 -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. Clone the gRPC Java git repo

$ git clone https://github.com/grpc/grpc-java
$ cd grpc-java

2. Install gRPC Java (not necessary for released versions)

$ ./gradlew install -PskipCodegen=true

3. Install the app

$ cd examples/android
$ ./gradlew installDebug