-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Execution failed for task ':react-native-reanimated:buildCMakeRelWithDebInfo[arm64-v8a] #6857
Comments
i have exactly the same problem, is there a solution? |
@isogand "react": "18.2.0", |
what version of gradle should i install ? i'm using gradle-8.10.2-all.zip now |
is there any solution for this, what should we do for this ? |
@isogand |
For me downgrade version is the solution. |
so for this error we have to downgrade this:-
|
Bro, did you find the solution? Downgrading Gradle to 8.6 throws another error, saying the minimum required is 8.7. |
Say you don't want to downgrade react-native, what would be the solution then? |
I have the same issue |
Here are some of the fixes you can try:
These solutions worked for me :D |
Description
Execution failed for task ':react-native-reanimated:buildCMakeRelWithDebInfo[arm64-v8a]'.
C++ build system [build] failed while executing:
@echo off
"C:\Users\ADBHUT ASHRA\AppData\Local\Android\Sdk\cmake\3.22.1\bin\ninja.exe" ^
-C ^
"C:\Users\ADBHUT ASHRA\OneDrive\Desktop\cards_react_native\node_modules\react-native-reanimated\android\.cxx\RelWithDebInfo\4t2p2n3m\arm64-v8a" ^
reanimated ^
worklets
from C:\Users\ADBHUT ASHRA\OneDrive\Desktop\cards_react_native\node_modules\react-native-reanimated\android
ninja: error: mkdir(src/main/cpp/worklets/CMakeFiles/worklets.dir/C_/Users/ADBHUT_ASHRA/OneDrive/Desktop/cards_react_native/node_modules/react-native-reanimated): No such file or directory
"dependencies": {
"react": "18.3.1",
"react-native": "0.76.5",
"react-native-gesture-handler": "^2.14.0",
"react-native-reanimated": "^3.16.6"
},
ndkVersion = "23.1.7779620"
try to change many ndk version , but when I am trying to create an apk file with cd android && ./gradlew assembleRelease, I am getting this error , please provide the solution also check so many issues in the github repository but no works at all . need help urgent.
Steps to reproduce
just trying to build the apk file so i am getting this issue with latest version of react native and react native animated.
Snack or a link to a repository
https://github.com/Adbhutashra/TarotCards_ReactNative
Reanimated version
3.16.6
React Native version
0.76.5
Platforms
Android
JavaScript runtime
None
Workflow
None
Architecture
None
Build type
None
Device
None
Device model
No response
Acknowledgements
Yes
The text was updated successfully, but these errors were encountered: