Where is Android.mk supposed to be?
问题 In the documentation for Android NDK, the following statement is present: The Android.mk file resides in a subdirectory of your project's jni/ directory [...] http://developer.android.com/ndk/guides/android_mk.html I can interpret from this that an Android.mk file should be placed in [project_path]/jni/[module_name]/Android.mk , each module having its own specific Android.mk file since this is what differentiates it from the application wide Application.mk file, but when I execute ndk-build I