Home > Blockchain >  Android Studio Bumblebee: Gradle sync failed
Android Studio Bumblebee: Gradle sync failed

Time:02-11

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 enter image description here

Thank you for your help Lim Thye Chean!

CodePudding user response:

I found the solution - and hope it helps others.

Go to Android Studio Preferences - Build, Execute, Deployment - Build Tools - Gradle,

Change Use Gradle from: Specified location to properties file.

Then "Try Again".

  • Related