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

Gradle build failed with unknown error (using eas build for Android) #77

Closed
tomgiam opened this issue Jul 13, 2022 · 1 comment
Closed

Comments

@tomgiam
Copy link

tomgiam commented Jul 13, 2022

My project builds fine with "expo build:android -t app-bundle", but fails with "eas build". The error is "Gradle build failed with unknown error. Please see logs for the "Run gradlew" phase." The log has no information. My eas.json is:
{
"build": {
"production": {
"env": {
"EAS_NO_VCS": "1"
}
}
}
}

The main reason that I'm trying to use the eas build, is because android no longer likes the result from the expo build. It gives me the error message: "Your app com.andiamoplaces.andiamotravelapp version code 9 includes SDK com.segment.analytics.android:analytics, 4.8.2 or an SDK that one of your libraries depends on", android also complains about SDK com.segment.analytics.android:analytics, 4.9.4. I upgraded from SDK 44 to SDK 45 but the problem did not go away, so I tried the eas build and it doesn't work, so now I'm stuck. I could use the expo build until August 9, 2022, but after that, google may not accept my app or even shut it down.

@tomgiam
Copy link
Author

tomgiam commented Jul 14, 2022

I opened this in the wrong place, so I'm opening a new issue.

@tomgiam tomgiam closed this as completed Jul 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant