-
-
Notifications
You must be signed in to change notification settings - Fork 34
Update NDK / native build tools to latest version #179
Copy link
Copy link
Closed
Description
Right now we're not just using an obsolete / unsupported version (r22) we're using the 22.0 version of it while r22b is out.
But we should move to the latest stable release https://github.com/android/ndk/wiki#current-stable-release
Right now that is r24 / 24.0.8215888
This is useful as part of a general strategy to get everything updated so native M1 builds work as well...
android/ndk#1299 (comment)
That comment lists these things plus some config to do to use correct cmake version
- Android Studio 2021.1.1
- Android Gradle Plugin 7.1.0 (the plugin includes an aapt2 binary)
- Android SDK Build-Tools 32.1-rc1 (SDK's stable channel)
- Android SDK Platform Tools 32.0.0 (SDK's stable channel)
- Android NDK 24.0.8215888
- CMake 3.22.1 (SDK's canary channel)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels