Error:(16, 0) Minimum supported Gradle version is 3.3. Current version is 2.14.1. If using the gradle wrapper, try editing the distributionUrl in /var/www/html/Pedometer-mass/gradle/wrapper/gradle-wrapper.properties to gradle-3.3-all.zip
Asked
Active
Viewed 284 times
-1

Anil
- 1,605
- 1
- 14
- 24

Laxman parlapelly
- 45
- 8
-
show your Gradle code – Harsh Singhal Jun 30 '17 at 06:49
-
#Fri Mar 03 22:10:26 CET 2017 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip – Laxman parlapelly Jun 30 '17 at 06:55
1 Answers
1
Your gradle-wrapper.properties should look like this:
#Tue Apr 04 19:46:49 PDT 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip

Paresh Mayani
- 127,700
- 71
- 241
- 295
-
thanks for response but this is i tried already..not solved with this – Laxman parlapelly Jun 30 '17 at 06:53
-
@Laxmanparlapelly did you mentioned that in question about what you have already tried? I think NO, so there you got such answer! – Paresh Mayani Jun 30 '17 at 06:54
-
Also show your gradle settings, are you using 1) Use default gradle wrapper (recommended) or 2) Use local gradle distribution – Paresh Mayani Jun 30 '17 at 06:58
-
yes im using default gradle wrapper (recommended) with uncheck offlinework – Laxman parlapelly Jun 30 '17 at 07:01