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

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -