We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build command failed. Error while executing process C:\Users\sridhar\AppData\Local\Android\Sdk\cmake\3.10.2.4988404\bin\ninja.exe with arguments {-C C:\Users\sridhar\Downloads\DetectFrida-master\DetectFrida-master\app.cxx\cmake\debug\arm64-v8a native-lib} ninja: Entering directory `C:\Users\sridhar\Downloads\DetectFrida-master\DetectFrida-master\app.cxx\cmake\debug\arm64-v8a' [1/2] Building C object CMakeFiles/native-lib.dir/native-lib.c.o [2/2] Linking C shared library C:\Users\sridhar\Downloads\DetectFrida-master\DetectFrida-master\app\build\intermediates\cmake\debug\obj\arm64-v8a\libnative-lib.so FAILED: C:/Users/sridhar/Downloads/DetectFrida-master/DetectFrida-master/app/build/intermediates/cmake/debug/obj/arm64-v8a/libnative-lib.so cmd.exe /C "cd . && C:\Users\sridhar\AppData\Local\Android\Sdk\ndk\25.2.9519653\toolchains\llvm\prebuilt\windows-x86_64\bin\clang.exe --target=aarch64-none-linux-android21 --sysroot=C:/Users/sridhar/AppData/Local/Android/Sdk/ndk/25.2.9519653/toolchains/llvm/prebuilt/windows-x86_64/sysroot -fPIC -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -static-libstdc++ -Wl,--build-id=sha1 -Wl,--no-rosegment -Wl,--fatal-warnings -Wl,--no-undefined -Qunused-arguments -shared -Wl,-soname,libnative-lib.so -o C:\Users\sridhar\Downloads\DetectFrida-master\DetectFrida-master\app\build\intermediates\cmake\debug\obj\arm64-v8a\libnative-lib.so CMakeFiles/native-lib.dir/native-lib.c.o -llog -latomic -lm && cmd.exe /C "cd /D C:\Users\sridhar\Downloads\DetectFrida-master\DetectFrida-master\app.cxx\cmake\debug\arm64-v8a && C:\Users\sridhar\AppData\Local\Android\Sdk\ndk\25.2.9519653\toolchains\llvm\prebuilt\windows-x86_64\bin\aarch64-linux-android-strip -R .comment -g -S -d --strip-unneeded C:/Users/sridhar/Downloads/DetectFrida-master/DetectFrida-master/app/src/main/c/../../../build/intermediates/cmake/Debug/obj/arm64-v8a/libnative-lib.so"" 'C:\Users\sridhar\AppData\Local\Android\Sdk\ndk\25.2.9519653\toolchains\llvm\prebuilt\windows-x86_64\bin\aarch64-linux-android-strip' is not recognized as an internal or external command, operable program or batch file. ninja: build stopped: subcommand failed.
The text was updated successfully, but these errors were encountered:
I have also encountered the same problem. How can I solve it
Sorry, something went wrong.
just comment all add_custom_command command (lines 67-70) in CMakeLists.txt
add_custom_command
No branches or pull requests
Build command failed.
Error while executing process C:\Users\sridhar\AppData\Local\Android\Sdk\cmake\3.10.2.4988404\bin\ninja.exe with arguments {-C C:\Users\sridhar\Downloads\DetectFrida-master\DetectFrida-master\app.cxx\cmake\debug\arm64-v8a native-lib}
ninja: Entering directory `C:\Users\sridhar\Downloads\DetectFrida-master\DetectFrida-master\app.cxx\cmake\debug\arm64-v8a'
[1/2] Building C object CMakeFiles/native-lib.dir/native-lib.c.o
[2/2] Linking C shared library C:\Users\sridhar\Downloads\DetectFrida-master\DetectFrida-master\app\build\intermediates\cmake\debug\obj\arm64-v8a\libnative-lib.so
FAILED: C:/Users/sridhar/Downloads/DetectFrida-master/DetectFrida-master/app/build/intermediates/cmake/debug/obj/arm64-v8a/libnative-lib.so
cmd.exe /C "cd . && C:\Users\sridhar\AppData\Local\Android\Sdk\ndk\25.2.9519653\toolchains\llvm\prebuilt\windows-x86_64\bin\clang.exe --target=aarch64-none-linux-android21 --sysroot=C:/Users/sridhar/AppData/Local/Android/Sdk/ndk/25.2.9519653/toolchains/llvm/prebuilt/windows-x86_64/sysroot -fPIC -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -static-libstdc++ -Wl,--build-id=sha1 -Wl,--no-rosegment -Wl,--fatal-warnings -Wl,--no-undefined -Qunused-arguments -shared -Wl,-soname,libnative-lib.so -o C:\Users\sridhar\Downloads\DetectFrida-master\DetectFrida-master\app\build\intermediates\cmake\debug\obj\arm64-v8a\libnative-lib.so CMakeFiles/native-lib.dir/native-lib.c.o -llog -latomic -lm && cmd.exe /C "cd /D C:\Users\sridhar\Downloads\DetectFrida-master\DetectFrida-master\app.cxx\cmake\debug\arm64-v8a && C:\Users\sridhar\AppData\Local\Android\Sdk\ndk\25.2.9519653\toolchains\llvm\prebuilt\windows-x86_64\bin\aarch64-linux-android-strip -R .comment -g -S -d --strip-unneeded C:/Users/sridhar/Downloads/DetectFrida-master/DetectFrida-master/app/src/main/c/../../../build/intermediates/cmake/Debug/obj/arm64-v8a/libnative-lib.so""
'C:\Users\sridhar\AppData\Local\Android\Sdk\ndk\25.2.9519653\toolchains\llvm\prebuilt\windows-x86_64\bin\aarch64-linux-android-strip' is not recognized as an internal or external command,
operable program or batch file.
ninja: build stopped: subcommand failed.
The text was updated successfully, but these errors were encountered: