Android build failed in React Native

Whenever i want to build my app by using command : eas build -p android --profile preview or eas-build
It gives me the following error:
Android build failed:
Gradle build failed with unknown error. See logs for the “Run gradlew”

my gradlew version is 8.3

Hi @khurrammunir

Check the “Run gradlew” logs. Look for something like:

Task :something FAILED

and paste the error messages from that section here.

Here’s the image:

What version of React Native Vision Camera do you have installed? Perhaps you can try upgrading it?

1 Like

Thank you very much @wodin , it worked.
I didn’t want react native vision camera so i just uninstalled it and everything works perfectly.

1 Like

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.