“Gradle Version 2.10 is required.” Error

As I’ve been using

classpath 'com.android.tools.build:gradle:+'

In the build.gradle file, I got the following error since gradle version 2.10 has been released.
The error is :

Warning:Gradle version 2.10 is required. Current version is 2.8. If
using the gradle wrapper, try editing the distributionUrl in
C:\Users\blahblah\myproject\gradle\wrapper\gradle-wrapper.properties
to gradle-2.10-all.zip

at first it looks easy to solve by the guide, but when I’d done the change, I got the error again.

I’m using Android Studio 2.0 with the latest Android SDK Tools 24.4.1 and Android SDK Build Tools 23.0.2

I’ve even tried to download Gradle 2.10 and put it manually on android-studio\gradle\ folder, but no luck.

Any help would be appreciated.

28 Answers
28

Leave a Comment