You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 supportandroid21
throughandroid31
.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?
The text was updated successfully, but these errors were encountered: