You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jianglk.darker
7ee447c011
|
4 months ago | |
---|---|---|
.. | ||
app | 4 months ago | |
gradle/wrapper | 4 months ago | |
README.md | 4 months ago | |
build.gradle | 4 months ago | |
gradle.properties | 4 months ago | |
gradlew | 4 months ago | |
gradlew.bat | 4 months ago | |
settings.gradle | 4 months ago |
README.md
gRPC on Android
Note: Building the protobuf dependency for Android requires
https://github.com/google/protobuf/pull/3878. This fix will be in the next
protobuf release, but until then must be manually patched in to
third_party/protobuf
to build gRPC for Android.
PREREQUISITES
- Android SDK
- Android NDK
protoc
andgrpc_cpp_plugin
binaries on the host system
INSTALL
The example application can be built via Android Studio or on the command line
using gradle
:
$ ./gradlew installDebug