Android Studio Bumblebee: Gradle sync failed

Viewed 2536

After upgrading to Bumblebee, some of my projects now show this:

The specified Gradle installation directory '/Applications/Android Studio.app/Contents/gradle/gradle-2.14.1' does not exist.

How can I solved this issue? I have tried some old solutions (eg Android Studio - Gradle sync error on gradle-diagnostics-X.X.X.jar) and does not seem to work. Also tried clear cache and restart.

1 Answers

Go to Android Studio Preferences → Build, Execute, Deployment → Build Tools → Gradle.

Change the "Use Gradle from:" option from "Specified location" to your properties file.


(Screenshot provided by Mike)

Then, click "Try Again".

Related