Skip to content Skip to sidebar Skip to footer

Android Studio On Mac - Use Default Gradle Wrapper

I try to open a new project in Android Studio on Mac and get this error: Error:(1, 0) Plugin is too old, please update to a more recent version so I changed classpath 'com.androi

Solution 1:

If it can help someone in the future:

The right path is

not

Settings → Build, Execution, Deployment → Build Tools → Gradle,

but

Preferences → Build, Execution, Deployment → Build Tools → Gradle

Post a Comment for "Android Studio On Mac - Use Default Gradle Wrapper"