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' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -