Ghazal
Ghazal

Reputation: 13

Error:SSL peer shut down incorrectly

I'm coding in Android studio. I cloned a project from gitHub

https://github.com/QuadFlask/colorpicker

but I have this problem,

enter image description here

I don't know how to solve it because I'm new in android studio.

Upvotes: 0

Views: 19835

Answers (2)

ayvarot
ayvarot

Reputation: 11

Using http at the beginning of the distributionUrl resolved it for me:

distributionUrl=http://services.gradle.org/distributions/gradle-4.4-all.zip

Upvotes: 0

shaojun lyu
shaojun lyu

Reputation: 304

I have come across the same problem,here is how i fix it.Change the item distributionUrl of gradle-wrapper.properties file to your local gradle,detail see the picture below:

enter image description here

Upvotes: 4

Related Questions