|
Gradle version 2.2 is required. Current version is 2.10 |
Question:
|
I am trying to use gradle build. It gives me error saying that
But my gradle-wrapper.properties includes gradle-2.4-all.zip. I have changed it to gradle-2.2-all.zip Still same problem. When I run gradle -version in terminal Gradle 2.10 shows as version. How to solve that error?? my build gradle file is
|
Answer:
|
with
to this
or
Android Studio would restart. After this, it should work normally Hope it help |