Answer the question
In order to leave comments, you need to log in
Android NDK: WARNING: APP_PLATFORM android-16 is higher than android:minSdkVersion 1?
When building a project in NDK,
Android error NDK: WARNING: APP_PLATFORM android-16 is higher than android:minSdkVersion 1
Answer the question
In order to leave comments, you need to log in
applikation.mk file - add
APP_PLATFORM := android-16
In AndroidManifest.xml
add the following:
<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="28"/>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question