I'm just getting started working with NDK and I finally got things building.
I've got a simple hello world c app that I based in no small part on a youtube walk through.
When I got around to running "ndk-build" I get this warning.
APP_PLATFORM android-14 is larger than android:minSdkVersion 8 in ./AndroidManifest.xml
Poking about I realized that this warning is drastic. Under the hood this means that my code won't run on the older devices.. (about 40% market share right now)
Does anyone know how to target the older devices? What to change and where?
It has been pointed out that this is a repeat of another question.
It is indeed a repeat of another question; with the small exception of the WHERE clause of the question.
Where is the Application.mk file?