10

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.

Lim Thye Chean
  • 8,704
  • 9
  • 49
  • 88

1 Answers1

28

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

Cody Gray - on strike
  • 239,200
  • 50
  • 490
  • 574
Lim Thye Chean
  • 8,704
  • 9
  • 49
  • 88