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
reanimated 2.9.0 build issue on android #3342
Comments
small example here : https://github.com/mlecoq/reanimated290 |
same issue, any solution ? |
for now adding pickFirst to app/build.gradle should resolve the issue. like so android{
/**
*your existing code
*/
packagingOptions {
/**
*your existing code
*/
pickFirst '**/armeabi-v7a/libfolly_runtime.so'
pickFirst '**/x86/libfolly_runtime.so'
pickFirst '**/arm64-v8a/libfolly_runtime.so'
pickFirst '**/x86_64/libfolly_runtime.so'
}
} |
The temporary solution for this issue is to add |
|
make sure to provide a reproducible scenario so @piaskowyk can identify if there is another issue |
I have just published 2.9.1 with the fix for duplicated |
I'm trying to build an application to upload to the play store using the following cmd:
The error that I'm getting is:
ninja: error: mkdir(CMakeFiles/reanimated.dir/C_/Users/DELL/Downloads/local_disk/react-native-projects/AwesomeProject): No such file or directory
Things that I've tried are: `./gradlew clean /** Pasted in android/app/build.gradle in the android section / I'm using: |
I am having the same issue as @MuhammadAhmedHassan |
@mlecoq sorry, I couldn't find any solution by now. |
Task :react-native-reanimated:configureCMakeDebug[arm64-v8a] FAILED Task failed with an exception.
|
I fixed the above issue. please try reinstall reanimated version. 1.npm uninstall react-native-reanimated it's 100% working for me. |
Works
|
2.9.1 version crashing my app after build |
@JamesGs1994 did you find any solution ? |
Description
I was using 3.0.0-rc.0 for rn 0.69 support and I have downgraded to 2.9.0
Expected behavior
successful build
Actual behavior & steps to reproduce
I have tried to clean (
gradlew clean
) and to reinstall my dependencies without any successputting back
3.0.0-rc.0
solves the issueSnack or minimal code example
https://github.com/mlecoq/reanimated290
Package versions
Affected platforms
The text was updated successfully, but these errors were encountered: