ebelinski/apilevels

add which NDK versions support which API levels

Opened this issue · 2 comments

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?

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