grpc-java/android
Xudong Ma 157aa0a5f0 Fix breakage due to gRPC java package change: nano -> protobuf.nano 2015-04-29 11:42:21 -07:00
..
app Fix breakage due to gRPC java package change: nano -> protobuf.nano 2015-04-29 11:42:21 -07:00
gradle/wrapper Build the Android tutorial app by gradle 2015-02-27 23:59:54 +09:00
.gitignore Build the Android tutorial app by gradle 2015-02-27 23:59:54 +09:00
README.md Fixes the path for cd command 2015-02-28 00:08:57 +09:00
build.gradle Build the Android tutorial app by gradle 2015-02-27 23:59:54 +09:00
gradlew Build the Android tutorial app by gradle 2015-02-27 23:59:54 +09:00
gradlew.bat Build the Android tutorial app by gradle 2015-02-27 23:59:54 +09:00
settings.gradle Build the Android tutorial app by gradle 2015-02-27 23:59:54 +09:00

README.md

gRPC Hello World Tutorial (Android Java)

BACKGROUND

For this sample, we've already generated the server and client stubs from helloworld.proto.

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

2 Install gRPC Java, as described in How to Build

$ # from this dir
$ cd grpc-java
$ # follow the instructions in 'How to Build'

3 Prepare the app

  • Clone this git repo
$ git clone https://github.com/grpc/grpc-common

4 Install the app

$ cd grpc-common/java/android
$ ./gradlew installDebug