ebelinski / apilevels

A microsite overview of all Android 🤖 versions and their corresponding API/SDK levels, version codes, codenames, and market shares.
https://apilevels.com
MIT License
222 stars 26 forks source link

add which NDK versions support which API levels #54

Open claudeha opened 2 months ago

claudeha commented 2 months ago

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 commented 2 months ago

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

TWiStErRob commented 2 months ago

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