Closed crazyhappygame closed 3 years ago
What will happen if using lower NDK versions?
What will happen if using lower NDK versions?
Everything will work. Please check appveyor android build is green.
__ANDROID__
define is the proper way to check Android platform.
BTW. Do you know what happen with Travis CI check? Only appveyor is running now.
Sorry, i don't know Travis CI issue.
@minggo could you merge it?
With latest ndk23 there is no more
ANDROID
define. The correct way (before and now) is to use__ANDROID__
https://iq.opengenus.org/detect-operating-system-in-c/