You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been running into this issue which prevents me from building for Android.
Everything looks normal until:
> Task :wrapper FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':wrapper'.
> Test of distribution url https://services.gradle.org/distributions/gradle-8.7-bin.zip failed. Please check the values set with --gradle-distribution-url and --gradle-version.
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
BUILD FAILED in 6s
1 actionable task: 1 executed
Command failed with exit code 1: gradle -p /Users/jgreenle/e-mission-phone/platforms/android/tools wrapper --gradle-version 8.7
I can see that the scripts install Gradle 8.10 successfully, but then attempt to download Gradle 8.7 (which fails for me but is successful in the CI)
This leads me to believe 2 things:
Gradle 8.10 is not being used, neither on my setup or the CI
Something on my machine causes the Gradle 8.7 download to fail (I am guessing certificates)
The text was updated successfully, but these errors were encountered:
Have you pulled the changes for the upgrade and deleted all your existing setup? I remember there was a gradle issue during the upgrade that was fixed by upgrading android. And I had to delete all platforms and plugins after the upgrade. #1079 (comment) and later
I am able to reproduce this on a freshly cloned repo, so I don't think it is the issue you described.
I have also tried reinstalling the Android SDK to no avail.
I have been running into this issue which prevents me from building for Android.
Everything looks normal until:
I can see that the scripts install Gradle 8.10 successfully, but then attempt to download Gradle 8.7 (which fails for me but is successful in the CI)
This leads me to believe 2 things:
The text was updated successfully, but these errors were encountered: