Skip to content
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

[Macos] Android NDK 24 will be removed on September 16,2024 #10530

Closed
5 of 12 tasks
susmitamane opened this issue Sep 2, 2024 · 1 comment
Closed
5 of 12 tasks

[Macos] Android NDK 24 will be removed on September 16,2024 #10530

susmitamane opened this issue Sep 2, 2024 · 1 comment

Comments

@susmitamane
Copy link
Contributor

susmitamane commented Sep 2, 2024

Breaking changes

There are two changes:

Ndk 24 will be removed.

Target date

September 16, 2024

The motivation for the changes

As of the software support policy only 3 latest versions of NDK are supported i.e., NDK 25, 26, 27.

Possible impact

  • If your project depends on NDK r24 it can be broken.

Platforms affected

  • Azure DevOps
  • GitHub Actions

Runner images affected

  • Ubuntu 20.04
  • Ubuntu 22.04
  • Ubuntu 24.04
  • macOS 12
  • macOS 13
  • macOS 13 Arm64
  • macOS 14
  • macOS 14 Arm64
  • Windows Server 2019
  • Windows Server 2022

Mitigation ways

To install NDK r24 in runtime use the following snippets:

ANDROID_HOME=$HOME/Library/Android/sdk
SDKMANAGER=$ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager
echo y | "$SDKMANAGER" "ndk;$NDK_VERSION"

@susmitamane susmitamane self-assigned this Sep 2, 2024
@susmitamane susmitamane changed the title [Macos] Android NDK 24 will be removed and 27 will be added , version 27 will be set as the default one on September,09 [Macos] Android NDK 24 will be removed on September 16,2024 Sep 2, 2024
@sarathrajsrinivasan
Copy link
Contributor

Closing as we are not going forward with this change for now. Will re-open with the updated date.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants