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

add which NDK versions support which API levels #54

Open
claudeha opened this issue May 29, 2024 · 2 comments
Open

add which NDK versions support which API levels #54

claudeha opened this issue May 29, 2024 · 2 comments

Comments

@claudeha
Copy link

Hi, thanks for the useful information about Android versioning.

It would be useful for me to know the latest (as well as earliest) NDK version that supports a given API level.

For example, ndk;23.1.7779620 seems to support android21 through android31.

I don't know how to get at this information without downloading each NDK with sdkmanager and manually checking the compilers available in ${ANDROID_HOME}/ndk/${NDK_VERSION} , which would be a lot of work for all the available NDKs.

What do you think?

@TWiStErRob
Copy link
Contributor

TWiStErRob commented May 30, 2024

Nice idea! Doesn't sound that bad as it can be scripted, and ran overnight (few GBs of internet traffic) :)

@TWiStErRob
Copy link
Contributor

Also potentially "doable" from docs? https://developer.android.com/ndk/downloads/revision_history.html

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

No branches or pull requests

2 participants