Failed to notify project evaluation listener.
See original GitHub issueDescription
when running android with react-native-reanimated 2, the application throws
`A problem occurred configuring project ‘:react-native-reanimated’.
Failed to notify project evaluation listener. /home/path/to/my/react-native/project/node_modules/react-native-reanimated/android/build/intermediates/cxx/ndk_locator_record_3r5a1r6h.log (Permission denied) ` and this warning
Steps to reproduce
run-android
Snack or a link to a repository
https://github.com/valn1/reanimated-bug
Reanimated version
2.10.0
React Native version
0.70.0
Platforms
Android
JavaScript runtime
Hermes
Workflow
React Native (without Expo)
Architecture
Paper (Old Architecture)
Build type
Debug mode
Device
Real device
Device model
Samsung galaxy s20+
Acknowledgements
Yes
Issue Analytics
- State:
- Created a year ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Android Studio - Failed to notify project evaluation listener error
First Step:File → Settings → Build, Execution, Deployment → Instant Run and uncheck Enable Instant Run. Second step: Press Invalidate/Restart ...
Read more >"Failed to notify project evaluation listener" when upgrading to ...
In AndroidStudio 3.0.1 When I try to do Gradle Sync I get this error: "Error:Unable to find method 'com.android.build.gradle.tasks.
Read more >Gradle upgrade from v4.7 to v7.3.3 gives "Failed to notify ...
Failed to notify project evaluation listener. > org.gradle.api.internal.artifacts.repositories.DefaultMavenArtifactRepository.
Read more >Failed to notify project evaluation listener kotlin 1.2.60
I have an android gradle project. Trying to use the new kotlin: 1.2.60. Android gradle plugin: 3.2.0-beta5 (also tried to use 3.1.0)
Read more >Android build failed with Failed to notify project evaluation ...
A problem occurred configuring root project 'SampleAppTest'. > Failed to notify project evaluation listener. > com.android.build.gradle.tasks.factory.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found


looks like the error i am getting now is from react-native-vision camera and the previous error had to do with some weird permission issues, i couldn’t reproduce that same error tho, so i am closing this issue since it doesn’t happen anymore
https://github.com/valn1/reanimated-bug
here is a minimal repro, just run android and the two errors above will show up