Skip to content

Update NDK r17c installation instructions #1687

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
Jun 19, 2020
Merged
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
8 changes: 3 additions & 5 deletions firebase-crashlytics-ndk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@ In addition, **this project requires NDK version r17c to build.**

### Setting up NDK r17c

1. Download the appropriate zip for your build environment
[here](https://developer.android.com/ndk/downloads/older_releases.html).
2. Unzip the package into an accessible directory.
3. In your `local.properties` file in the root of this project, add
`ndk.dir=/path/to/android-ndk-r17c` with the path to the unzipped package.
1. Follow the instructions
[here](https://developer.android.com/studio/projects/install-ndk#specific-version)
to install NDK version 17.2.4988734.

## Building

Expand Down