Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Update Android NDK to r13b #19

Merged
merged 1 commit into from
Oct 27, 2016
Merged

Update Android NDK to r13b #19

merged 1 commit into from
Oct 27, 2016

Conversation

mickele
Copy link
Contributor

@mickele mickele commented Oct 26, 2016

The information about the releases can be found at https://github.com/android-ndk/ndk/wiki

@viktorbenei
Copy link
Contributor

Awesome, thank you very much!

Just one note, you used r13b which I guess was the beta, but the current version of the NDK is r13 (https://dl.google.com/android/repository/android-ndk-r13-linux-x86_64.zip) - see: https://developer.android.com/ndk/downloads/index.html

Am I right that r13 is newer than r13b?

@mickele
Copy link
Contributor Author

mickele commented Oct 27, 2016

I was confused about this as well, but now I'm pretty sure r13b is newer than r13. It's not clear in its official docs but I believe that because of two things:

  1. Android Studio 2.2 will download the r13b from the SDK Updater, and I'm using all stable channels. It will get the list from https://dl.google.com/android/repository/repository2-1.xml (look for "ndk-bundle").
  2. I believe the NDK downloads website is just outdated (as usual), in this repository: https://github.com/android-ndk/ndk/wiki they show that the letters are actually incremental for patch-releases.

But to be honest I don't think there's much difference in both version, so feel free to change to the r13.

@viktorbenei
Copy link
Contributor

All right, I guess it's better to stick with the version used by Android Studio ;)

Thanks for the PR! :)

@viktorbenei viktorbenei merged commit 93ad643 into bitrise-io:master Oct 27, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants