I got error when I imported parse project file in android studio. Error:Cause: peer not authenticated
Asked
Active
Viewed 85 times
1 Answers
0
Try this:
Open /gradle/wrapper/gradle-wrapper.properties
Change 'https' to 'http' in the distributionUrl:
distributionUrl=http://services.gradle.org/distributions/gradle-2.1-all.zip
Then you need to sync project with gradle files
If that doesn't help, refer to this: Peer not authenticated while importing Gradle project in eclipse.