Skip to content

Commit 6fbb93f

Browse files
mrichardspull[bot]
authored andcommitted
Updated README to include firebase-crashlytics-ndk build requirements. (#2667)
1 parent 69c2ac2 commit 6fbb93f

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ https://firebase.google.com.
6161
submodules by running `git submodule update --init --recursive`.
6262
* Import the firebase-android-sdk gradle project into Android Studio using the
6363
**Import project(Gradle, Eclipse ADT, etc.)** option.
64+
* `firebase-crashlytics-ndk` must be built with NDK 21. See
65+
[firebase-crashlytics-ndk](firebase-crashlytics-ndk/README.md) for more
66+
details.
6467

6568
## Testing
6669

firebase-crashlytics-ndk/README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,13 @@ Initialize them by running the following commands:
1111

1212
## Building
1313

14-
All Gradle commands should be run from the root of this repository.
15-
16-
`./gradlew :firebase-crashlytics-ndk:assemble`
14+
* `firebase-crashlytics-ndk` must be built with NDK 21. Use Android Studio's
15+
SDK Manager to ensure you have the appropriate NDK version installed, and
16+
edit `../local.properties` to specify which NDK version to use when building
17+
this project. For example:
18+
`ndk.dir=$USER_HOME/Library/Android/sdk/ndk/21.4.7075529`
19+
* All Gradle commands should be run from the root of this repository:
20+
`./gradlew :firebase-crashlytics-ndk:assemble`
1721

1822
## Running Tests
1923

0 commit comments

Comments
 (0)