-1

I got error when I imported parse project file in android studio. Error:Cause: peer not authenticated

user1140237
  • 5,015
  • 1
  • 28
  • 56

1 Answers1

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.

Community
  • 1
  • 1
TejjD
  • 2,571
  • 1
  • 17
  • 37