Home > Software engineering >  Gradle Sync issues - Could not install Gradle distribution from 'http://services.gradle.org/dis
Gradle Sync issues - Could not install Gradle distribution from 'http://services.gradle.org/dis

Time:07-29

I am getting the following error:

enter image description here

How can I reset the Gradle system to use? I imagine there is some kind of issue with the version and just resetting or redownloading Gradle may fix this.

UPDATE 1: Trying using https, as suggested by @CommonsWare.

enter image description here

UPDATE 2: Throwing some errors about "invalid content":

enter image description here

UPDATE 3: Now I'm getting this error but it looks like it is not a Gradle build issue anymore, but something I need to examine and fix in my code:

enter image description here

CodePudding user response:

They may have dropped http support for their server somewhere along the line. I have been using https for those URLs for quite some time without a problem.

  • Related