• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..17-Jul-2020-

app/H03-May-2022-506383

gradle/wrapper/H17-Jul-2020-76

.gitignoreH A D17-Jul-2020118 109

README.mdH A D17-Jul-2020555 2518

build.gradleH A D17-Jul-2020531 2521

gradle.propertiesH A D17-Jul-2020730 1813

gradlewH A D17-Jul-20204.9 KiB161120

gradlew.batH A D17-Jul-20202.3 KiB9166

settings.gradleH A D17-Jul-202015 21

README.md

1gRPC on Android
2==============
3
4Note: Building the protobuf dependency for Android requires
5https://github.com/google/protobuf/pull/3878. This fix will be in the next
6protobuf release, but until then must be manually patched in to
7`third_party/protobuf` to build gRPC for Android.
8
9PREREQUISITES
10-------------
11
12- Android SDK
13- Android NDK
14- `protoc` and `grpc_cpp_plugin` binaries on the host system
15
16INSTALL
17-------
18
19The example application can be built via Android Studio or on the command line
20using `gradle`:
21
22  ```sh
23  $ ./gradlew installDebug
24  ```
25