eluleci / FlatUI

Android FlatUI Kit
1.66k stars 422 forks source link

Error:Gradle version 1.10 is required. Current version is 2.1 #38

Closed terminus06 closed 9 years ago

terminus06 commented 9 years ago

When I import the project to Android Studio, I got this error :

"Error:Gradle version 1.10 is required. Current version is 2.1. If using the gradle wrapper, try editing the distributionUrl in D:\FlatUI-master\gradle\wrapper\gradle-wrapper.properties to gradle-1.10-all.zip.

Please fix the project's Gradle settings."

Editing gradle-wrapper.properties and build.gradle files didn't work for me.

terminus06 commented 9 years ago

After downloading gradle-1.10-all and setting directory path to bin folder, problem was solved for me.