Skip to content
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

Getting Execution failed for task ':react-native-navigation:compileReactNative71DebugJavaWithJavac'. #7898

Open
1 task done
Shahbaz898414 opened this issue Jul 29, 2024 · 2 comments

Comments

@Shahbaz898414
Copy link

What happened?

After Installing
npm install @react-navigation/native
npx expo install react-native-screens react-native-safe-area-context
i follwed this docs
https://reactnavigation.org/docs/getting-started/
I always get this error when i run yarn run android. How can I fix this?

Screenshot

image

image

What was the expected behaviour?

No response

Was it tested on latest react-native-navigation?

  • I have tested this issue on the latest react-native-navigation release and it still reproduces.

Help us reproduce this issue!

No response

In what environment did this happen?

React Native Navigation version:
React Native version:
Has Fabric (React Native's new rendering system) enabled: (yes/no)
Node version:

@hendridg
Copy link

hendridg commented Aug 2, 2024

Hi guys 👋,

I have the same error

> Task :react-native-navigation:compileReactNative71ReleaseJavaWithJavac FAILED

Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.

I use the npm run android --verbose --info --scan and this error come from the update to react-native and react-native-navigation

"react-native": "^0.72.3" => "react-native": "^0.74.4",
"react-native-navigation": "^7.37.0" => "react-native-navigation": "^7.40.1"

@whois42
Copy link

whois42 commented Aug 6, 2024

Hello guys, I'm experiencing the same error after updating to RN to 0.74.4 in my project. Do you have any updates about it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants