I want to build Gstreamer source and it needs NDK.
I am setting SDK Manager -> Android SDK -> SDK Tools -> NDK install
and I set local.properties dk:dir="C\:\\Users\\ddd\\AppData\\Local\\Android\\sdk\\ndk-bundle.
After setting ndk, I try to build it, but execution failed.
Execution failed for task ':app:ndkBuild'. > Process 'command 'C:\Users\ddd\AppData\Local\Android\sdk\ndk-bundle\ndk-build.cmd" finished with non-zero exit value 2 message.
How to set ndk on android?