Android.mk is used to drive the build process for your app. In short, it’s a Makefile. This is where you’ll be making a mess if you need to set your compilation flags, libs, include directories, source file list, etc. I just have one tip. In your jni/src/Androi...