Gradle Project Refresh Failed (AS 0.8.2, Mac)
With a blank new project, I get this: Gradle 'HelloWorld' project refresh failed Error:Cause: org.slf4j.spi.LocationAwareLogger.log(Lorg/slf4j/Marker;Ljava/lang/String;ILjava/l
Solution 1:
For me it look like incompatible versions. So this problem is related to this problem: Android Studio says to use Gradle 1.10 - but new version is 1.12?
Try to use gradle 1.10 and delete the the folder of the gradle wrapper.
Solution 2:
Try mavenCentral() instead of jcenter()
Looks like this is a known issue.. https://code.google.com/p/android/issues/detail?id=73511
Post a Comment for "Gradle Project Refresh Failed (AS 0.8.2, Mac)"