Home > Net >  solution for Gradle build failed with unknown error?
solution for Gradle build failed with unknown error?

Time:07-17

i'm trying to build react native app using the eas-cli with this command :

eas build -p android --non-interactive --profile preview

but i'm getting bunch of errors

Build failed: Gradle build failed with unknown error. Please see logs for the "Run gradlew" phase.

and this is the "Run gradlew" logs

enter image description here

You likely have a different, but somewhat similar dependency issue.

  • Related