Skip to content

Updated README to include firebase-crashlytics-ndk build requirements. #2667

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 14, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ https://firebase.google.com.
submodules by running `git submodule update --init --recursive`.
* Import the firebase-android-sdk gradle project into Android Studio using the
**Import project(Gradle, Eclipse ADT, etc.)** option.
* `firebase-crashlytics-ndk` must be built with NDK 21. See
[firebase-crashlytics-ndk](firebase-crashlytics-ndk/README.md) for more
details.

## Testing

Expand Down
10 changes: 7 additions & 3 deletions firebase-crashlytics-ndk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,13 @@ Initialize them by running the following commands:

## Building

All Gradle commands should be run from the root of this repository.

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

## Running Tests

Expand Down