Skip to content
New issue

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

fix build errors #1066

Open
milad-fa opened this issue Mar 24, 2024 · 0 comments
Open

fix build errors #1066

milad-fa opened this issue Mar 24, 2024 · 0 comments

Comments

@milad-fa
Copy link

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

BUILD FAILED in 20s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant