Since I downgraded my NDK version to 14-16 (because of no GCC support in newer versions), I am facing this error
*** No rule to make target `src/main/jni/Build.config'. Stop
I can't understand why in the old versions of the NDK it says no such file or directory in Android.mk file this line src/main/jni/Build.config.
Here's a typical setup.
I don't know what's in your
src/main/jni/Build.configfile, pretty sure it is not used or needed (please show it's contents)..../app/build.gradle:
.../app/src/main/jni/Application.mk:
.../app/src/main/jni/Android.mk:
Links
android-gcc-toolchain