Could not install Gradle distribution Error from 1.03 to 1.10

Hello,

I tried updating from 1.03 to 1.10 and am getting the following error:

Could not install Gradle distribution from ‘https://services.gradle.org/distributions/gradle-7.2-bin.zip’.

Any ideas on how to fix?

Thank you,

John Kay

I figured it out. I copied and pasted the the “Binary-only (-bin) ZIP Checksum” for my case from the site:

and added it to the right of the equal sign in the following line

distributionSha256Sum=

in the gradle-wrapper.properties file and that worked!

1 Like

Thanks for reporting. We’ll fix the issue in the next Studio update.