Facing below waring while executing Android based NDK application:
Warning:
Android NDK: WARNING: APP_PLATFORM android-19 is larger than android:minSdkVersion 8 in ./AndroidManifest.xml"
After this warning nothing happens in process. Am I doind anything wrong.
Any body please guide I am new in Android as well in NDK development. Is there any other easy way to do the same to access CPP libraries in Android.