Search code examples
android-studioandroid-ndkandroid-gradle-pluginbuild.gradlendk-build

External Native Build Issues after updating Android studio 3.0


After updating Android Studio 3.0, getting some External Native Build Issues.

\build\core\setup-toolchain.mk No such file or directory

\build\core\build-all.mk Android NDK: WARNING: No modules to build your APP_MODULES definition is probably incorrect!

Below is the screen shot for more info.enter image description here


Solution

  • After i observed from @Michael's comment. In my case am not passing proper path to the root of my project to ndk-build.cmd

    So the root of my project path include hash(#) symbol. It was the problem to making my build.

    I just corrected it. Now its working, when avoiding some symbols. Thanks again @Michael.