You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
** This Part is causing that error
task ndkBuild(type: Exec, description: 'run ndk-build') {
if (Os.isFamily(Os.FAMILY_WINDOWS)) {
workingDir 'src/main/jni'
commandLine 'ndk-build.cmd', '-j', Runtime.runtime.availableProcessors()
I tried to run project in Android studio but it gives error saying - "CreateProcess error=2, The system cannot find the file specified"
The text was updated successfully, but these errors were encountered: