'Android Studio Bumblebee: Gradle sync failed

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.



Solution 1:[1]

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".

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Cody Gray