Gradle project refresh failed in Android Studio 1.2.1.1
问题 I created sample project on the fresh installation of the Android Studio v 1.2.1.1 and i faced with this error message: Gradle project refresh failed in Android Studio 1.2.1.1 See image below: So i tried to find any solution on the Google and i checked gradle.properties file where is: dependencies { classpath 'com.android.tools.build:gradle:1.2.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files } After that i tried to update