-
-
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:compileDebugJavaWithJavac'. #3743
Comments
Hey! 👋 The issue doesn't seem to contain a minimal reproduction. Could you provide a snack or a link to a GitHub repository under your username that reproduces the problem? |
Hey! 👋 It looks like you've omitted a few important sections from the issue template. Please complete Snack or a link to a repository section. |
I've been following this issue, but we're not making any progress there: |
I'm also seeing something similar. I'm on RN v0.63.3, react-native-reanimated v2.6.0. It seems to have appeared out of nowhere. My app was compiling correctly literally 2 days ago. Now, with absolutely no change on my end, it seems to be failing here:
|
I am having the same issue. Happened today for the first time, before the build worked fine (yesterday everything was fine). RN: 0.63.4 |
I am also facing the same issue. Started happening from today only..
|
us also... |
Yes, I'm also getting same issue from just 1 hour ago |
So, this issue that I referenced, could be a duplicate, but I guess I just wanted to get the discussion fired up again. We can close this and move discussion to the original issue if it's truly a duplicate: |
I'm glad I'm not alone lol |
related possibly: facebook/react-native#35204 |
Seeing this as well on 2.10.0
The issue started happening today without any modifications to our application |
I believe @bkasten-rbi has right, it seems to be a related issue. |
@mishkeTz yes. seems relatable to me too. |
The proposed workaround on facebook/react-native#35204 is to add something like this |
Can confirm that this works: facebook/react-native#35204 (comment)
|
Here this same problem begin happen today without i changed my code, yesterday it was all working, whats happening? |
Any update ? |
Bug solution with problem explication here : |
Same here. The code is the same |
Im also facing the same issue...can anyone let me know what is the solution for it.... |
use yarn instead. yarn install somehow its not working with npm anymore |
same issue, yesterday app was working fine but now not unable to run project. ANY SOLUTION?? |
same problem |
i have also faced same issue but installing react native reaimated package fixed it. |
Upgrading react-native-reanimated from "2.9.1" to "2.12.0" Worked for me! npm i [email protected] |
Just upgraded to latest reanimated version then It works. |
I solved this issue simply add a version of
|
This worked for me but when adding the code make sure the react native version installed match the version for this line: |
This worked for me |
Guys facing same issue but the above solution worked for me in "build.gradle" file project level.
} |
I have solved this by writing following code in android/build.gradle
|
Update react-native-reanimated to 2.12.0 helped. |
thank you, its help me to solved this issue.. |
It worked for me but instead of 0.63.4 I used the 0.70.1 which is the one I have on my project |
This works for me, thanks. |
There react-native hotfix versions now which doesn't require to modify android/build.gradle: |
simple and effective solution - reinstall the package which stops the build |
all projects { exclusiveContent { .... |
I have fixed that by upgrading react-native from Have a look on this issue to know which version of react-native you need to upgrade |
Consegui resolver utilizando a sugestão @mohsinnaqvi606, atualizando a versão do react-native-reanimated de "2.10.0" para "2.12.0". |
This works for me! |
Reinstall react-native-reanimated. |
Installing Facebook's hot-fix solved the issue for me. |
Thank
YESS.. It works.. thanks Team! |
It worked for me, using 0.70.0 my project's version |
upgrading react-native-reanimated to v2.12.0 worked for me. react-native:0.69.4 |
I had to update react-native to use this patch, then update react-native-reanimatied from 2.2.2 to 2.12.0 and lastly I had to run I tried 2.2.4 and some other versions as well, they ran into issues like |
In my case, I deleted the node modules, in the package.json I deleted this "react-native-reanimated" and then I did this |
Hey everyone! I'm locking this thread since technically it's not a bug with Reanimated, but with React Native (after the release of 0.71.0-rc.0 which affects all previous stable releases). ℹ️ See facebook/react-native#35210 for more details, hot-fixes and workarounds. Alternatively, you can upgrade to |
Description
Steps to reproduce
I've been uninstalling, re-installing, clearing caches and resetting everything I can at every stage. Can't seem to resolve this issue
Mac M1, Android Studio
Snack or a link to a repository
Reanimated version
2.12.0 (but also occurred in ^2.11.0)
React Native version
0.65.0
Platforms
Android
JavaScript runtime
No response
Workflow
React Native (without Expo)
Architecture
Paper (Old Architecture)
Build type
Debug mode
Device
Android emulator
Device model
No response
Acknowledgements
Yes
The text was updated successfully, but these errors were encountered: