This component enables NDK crash reporting with Crashlytics.
This project depends on two submodules in the third_party
directory.
Initialize them by running the following commands:
git submodule init && git submodule update
In addition, this project requires NDK version r17c to build.
- Download the appropriate zip for your build environment here.
- Unzip the package into an accessible directory.
- In your
local.properties
file in the root of this project, addndk.dir=/path/to/android-ndk-r17c
with the path to the unzipped package.
All Gradle commands should be run from the root of this repository.
./gradlew :firebase-crashlytics-ndk:assemble
Integration tests, requiring a running and connected device (emulator or real):
./gradlew :firebase-crashlytics-ndk:connectedAndroidTest