android - Warning:Gradle version 2.10 is required. Current version is 2.8 -


for error tried 2 ways: 1)changed settings > builds,execution,deployment > build tools > gradle >gradle home path gradle-2.8-all.zip gradle-2.10-all.zip--- not worked

2)edited project\gradle\wrapper\gradle-wrapper.properties files field distributionurl distributionurl=https://services.gradle.org/distributions/gradle-2.8-all.zip distributionurl=https://services.gradle.org/distributions/gradle-2.10-all.zip--- no luck!

still getting above error. other ways???

p.s: each time have done sync & rebuild project error occuring again

download latest gradle-2.10-all.zip from

http://gradle.org/gradle-download/

download complete distribution link

open in android studio file ->settings ->gradle

open path , paste downloaded zip folder gradle-2.10 in folder

change gradle 2.8 gradle 2.10 in file ->settings ->gradle


Comments

Popular posts from this blog

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -