Gradle location is incorrect error while importing ActionBarsherlock in Android Studio Gradle location is incorrect error while importing ActionBarsherlock in Android Studio android android

Gradle location is incorrect error while importing ActionBarsherlock in Android Studio


If you have installed your gradle with brew then it would be:

/usr/local/Cellar/gradle/<version>/libexec/


Try using this path:

For Windows

C:\Users\MyHome\.gradle\wrapper\dists\gradle-1.6-bin\<some random folder>\gradle-1.6

For UNIX (Debian, Mac etc.)

~/.gradle/wrapper/dists/gradle-<a-version>-<bin or all>/<some random folder>/gradle-<a-version>


Point to the folder <gradle root folder>/libexec. Things should start working.