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
{{ message }}
This repository has been archived by the owner on Mar 17, 2022. It is now read-only.
Be sure to add your NDK folder to your PATH. If that does not fix it, please open a new issue with the stack trace and the complete steps needed to reproduce this.
// def ndkBuildExt = Os.isFamily(Os.FAMILY_WINDOWS) ? ".cmd" : ""
// commandLine "ndk-build${ndkBuildExt}", '-C', file('src/main').absolutePath,
// '-j', Runtime.runtime.availableProcessors()
if (Os.isFamily(Os.FAMILY_WINDOWS)) {
commandLine "ndk-build.cmd", '-C', file('src/main').absolutePath, '-j', Runtime.runtime.availableProcessors()
}
else {
commandLine "/Users/Sjw/Library/Android/sdk/ndk-bundle/ndk-build", '-C', file('src/main').absolutePath, '-j', Runtime.runtime.availableProcessors()
}
}
// def ndkBuildExt = Os.isFamily(Os.FAMILY_WINDOWS) ? ".cmd" : ""
// commandLine "ndk-build${ndkBuildExt}", '-C', file('src/main').absolutePath, 'clean'
}
FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ':tess-two:ndkClean'.
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
The text was updated successfully, but these errors were encountered: