I'm using the Android ndk-r8e, and I'm having a problem building a project. I get the above-mentioned error message. I've checked my AndroidManifest.xml and minSdkVersion is set to 15, which is what I intend. According to the error message, APP_PLATFORM is set to android-14, which is smaller, not larger than minSdkVersion, so why am I getting the error?
Thanks.
Check your jni/Application.mk
You should have following line:-
APP_PLATFORM := android-14
If you do not have that line then version of your SDK is taken from project.properties
files.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With