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

Android Studio Installing Error #328

Open
passmanagerapp opened this issue Jul 14, 2021 · 1 comment
Open

Android Studio Installing Error #328

passmanagerapp opened this issue Jul 14, 2021 · 1 comment

Comments

@passmanagerapp
Copy link

Hi. I followed all the steps in the documentation for Android Studio but at the end, I get this error:

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':app:externalNativeBuildDebug'.

Build command failed.
Error while executing process C:\Users\samet\AppData\Local\Android\Sdk\cmake\3.10.2.4988404\bin\ninja.exe with arguments {-C C:\Users\samet\AndroidStudioProjects\NodeJsAndroid\app.cxx\cmake\debug\x86 native-lib}
ninja: Entering directory `C:\Users\samet\AndroidStudioProjects\NodeJsAndroid\app.cxx\cmake\debug\x86'

ninja: error: 'C:/Users/samet/AndroidStudioProjects/NodeJsAndroid/app/src/main/cpp/libnode/bin/x86/libnode.so', needed by 'C:/Users/samet/AndroidStudioProjects/NodeJsAndroid/app/build/intermediates/cmake/debug/obj/x86/libnative-lib.so', missing and no known rule to make it

@sallespro
Copy link

sallespro commented Jul 20, 2021

libnode.so is copied by gradle task. ./android/gradlew clean might help with intermediates missing.

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

2 participants