File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,9 @@ https://firebase.google.com.
61
61
submodules by running ` git submodule update --init --recursive ` .
62
62
* Import the firebase-android-sdk gradle project into Android Studio using the
63
63
** 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.
64
67
65
68
## Testing
66
69
Original file line number Diff line number Diff line change @@ -11,9 +11,13 @@ Initialize them by running the following commands:
11
11
12
12
## Building
13
13
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 `
17
21
18
22
## Running Tests
19
23
You can’t perform that action at this time.
0 commit comments