-
-
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
Task :react-native-reanimated:buildCMakeDebug[arm64-v8a] FAILED #6594
Comments
Any update on that? i am running into the same issue |
same issue with me but the solution is simple For example if you're using C:\HP User\Documents\Projects\Mobile\Project_name change it to something shorter like: C:\Projects\Mobile\Project_name. Reasons for this is that NDK has a limited number of path characters. IN one of my projects this was the cause of the issue. Hope this helps save someone day. This should work as it worked for me. |
Great, solved with move project path. |
thx!
|
This solved my issue, thank you! |
You saved me, bro, Thank you !! |
Description
Error after upgrade RN
i create new project with new RN
i migrate all code to new project
all already fine
next step i install reanimated for using animate
but got error build
current version "react-native-reanimated": "^3.15.5",
i try downgrade version "react-native-reanimated": "^2.7.0",
build success but app crash and stop working on android emulator
Steps to reproduce
Snack or a link to a repository
https://snack.expo.dev/eC-VGwPtg1zx37u3YD_V2
Reanimated version
3.15.5
React Native version
0.75.3
Platforms
Android
JavaScript runtime
Hermes
Workflow
React Native
Architecture
Fabric (New Architecture)
Build type
Debug app & dev bundle
Device
Android emulator
Device model
Android API 35 x86_64
Acknowledgements
Yes
The text was updated successfully, but these errors were encountered: