I am trying to run this open source project from github. I am getting this error in gradle. I am running Android studio in \"Administrator mode\". When i click on \"try agai
As a temporary workaround you may download Gradle over http instead of https.
http
https
Edit gradle/wrapper/gradle-wrapper.properties, that should be available at the root of your project, and change distributionUrl to:
gradle/wrapper/gradle-wrapper.properties
distributionUrl=http\://services.gradle.org/distributions/gradle-2.2.1-all.zip