simplexmq icon indicating copy to clipboard operation
simplexmq copied to clipboard

fix build errors

Open milad-fa opened this issue 1 year ago • 0 comments

hello how to fix this error ? tank you

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.

  • What went wrong: Execution failed for task ':android:buildCMakeDebug[arm64-v8a]'.

com.android.ide.common.process.ProcessException: ninja: Entering directory `C:\Users\Sora\Downloads\simplex-chat-5.6.0\simplex-chat-5.6.0\apps\multiplatform\android.cxx\Debug\3t245v3s\arm64-v8a'

C++ build system [build] failed while executing: @echo off "F:\android-sdk\cmake\3.22.1\bin\ninja.exe" ^ -C ^ "C:\Users\Sora\Downloads\simplex-chat-5.6.0\simplex-chat-5.6.0\apps\multiplatform\android\.cxx\Debug\3t245v3s\arm64-v8a" ^ app-lib from C:\Users\Sora\Downloads\simplex-chat-5.6.0\simplex-chat-5.6.0\apps\multiplatform\android ninja: error: 'C:/Users/Sora/Downloads/simplex-chat-5.6.0/simplex-chat-5.6.0/apps/multiplatform/common/src/commonMain/cpp/android/libs/arm64-v8a/libsimplex.so', needed by 'C:/Users/Sora/Downloads/simplex-chat-5.6.0/simplex-chat-5.6.0/apps/multiplatform/android/build/intermediates/cxx/Debug/3t245v3s/obj/arm64-v8a/libapp-lib.so', missing and no known rule to make it

  • 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. ==============================================================================

2: Task failed with an exception.

  • What went wrong: Execution failed for task ':android:buildCMakeDebug[armeabi-v7a]'.

com.android.ide.common.process.ProcessException: ninja: Entering directory `C:\Users\Sora\Downloads\simplex-chat-5.6.0\simplex-chat-5.6.0\apps\multiplatform\android.cxx\Debug\3t245v3s\armeabi-v7a'

C++ build system [build] failed while executing: @echo off "F:\android-sdk\cmake\3.22.1\bin\ninja.exe" ^ -C ^ "C:\Users\Sora\Downloads\simplex-chat-5.6.0\simplex-chat-5.6.0\apps\multiplatform\android\.cxx\Debug\3t245v3s\armeabi-v7a" ^ app-lib from C:\Users\Sora\Downloads\simplex-chat-5.6.0\simplex-chat-5.6.0\apps\multiplatform\android ninja: error: 'C:/Users/Sora/Downloads/simplex-chat-5.6.0/simplex-chat-5.6.0/apps/multiplatform/common/src/commonMain/cpp/android/libs/armeabi-v7a/libsimplex.so', needed by 'C:/Users/Sora/Downloads/simplex-chat-5.6.0/simplex-chat-5.6.0/apps/multiplatform/android/build/intermediates/cxx/Debug/3t245v3s/obj/armeabi-v7a/libapp-lib.so', missing and no known rule to make it

  • 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. ==============================================================================

  • Get more help at https://help.gradle.org

BUILD FAILED in 20s

milad-fa avatar Mar 24 '24 06:03 milad-fa