Android Studio Bumblebee: Gradle sync failed
Asked Answered
H

1

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.

Haler answered 4/2, 2022 at 2:13 Comment(0)
H
30

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

Haler answered 6/2, 2022 at 4:14 Comment(1)
after set this property, i can not apple the change. Any one else has the problem like me?Goidelic

© 2022 - 2024 — McMap. All rights reserved.