Skip to content

Update NDK / native build tools to latest version #179

@mikehardy

Description

@mikehardy

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions