./gradlew clean
Starting a Gradle Daemon, 1 incompatible and 2 stopped Daemons could not be reused, use --status for details
Configure project :libdeepspeech
arm64-v8a armeabi-v7a x86_64
Task :libdeepspeech:externalNativeBuildCleanDebug FAILED
Clean deepspeech-jni armeabi-v7a,deepspeech-lib armeabi-v7a
ninja: error: loading ‘build.ninja’: No such file or directory
FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ‘:libdeepspeech:externalNativeBuildCleanDebug’.
Build command failed.
Error while executing process /home/rtelang/Android/Sdk/cmake/3.6.4111459/bin/cmake with arguments {–build /home/rtelang/Documents/DeepSpeech-master/native_client/java/libdeepspeech/.externalNativeBuild/cmake/debug/armeabi-v7a --target clean}
ninja: error: loading ‘build.ninja’: No such file or directory
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
lissyx
((slow to reply) [NOT PROVIDING SUPPORT])
9
Well, there is something else getting in the way, but I can’t help more with the current informations. Are you sure there is no previous error that could explain ? What if you share complete logs ?
./gradlew clean
arm64-v8a armeabi-v7a x86_64:clean UP-TO-DATE
:app:clean
:libdeepspeech:externalNativeBuildCleanDebug
Clean deepspeech-jni armeabi-v7a,deepspeech-lib armeabi-v7a
ninja: error: loading ‘build.ninja’: No such file or directory
:libdeepspeech:externalNativeBuildCleanDebug FAILED
FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ‘:libdeepspeech:externalNativeBuildCleanDebug’.
Build command failed.
Error while executing process /home/rtelang/Android/Sdk/cmake/3.6.4111459/bin/cmake with arguments {–build /home/rtelang/Documents/DeepSpeech-master/native_client/java/libdeepspeech/.externalNativeBuild/cmake/debug/armeabi-v7a --target clean}
ninja: error: loading ‘build.ninja’: No such file or directory
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.