


If you are using Android Studio, go to Preference -> Builds, Execution, Deployment -> Build Tools -> Gradle

I didn't install the Android Studio, change this line will affect all other Gradle project, in Andrid Studio, you can customize the Gradle to use for each project. Change Folder to Use Gradle wrapper's default What I need to do is to tell the Eclipse to use the gradle wrapper of the project, not the installed one. Run with -info or -debug option to get more log output.Īccording to the message, my Eclipse is using Gradle version 2.5, but the project has its own Gradle distribution in the gradle folder. Run with -stacktrace option to get the stack trace. If using the gradle wrapper, try editing the distributionUrl in C:\App\eclipse3.8.2\gradle\wrapper\gradle-wrapper.properties to gradle-2.14.1-all.zip > Minimum supported Gradle version is 2.14.1. Build file 'C:\workspace3.8\AndroidFire-master\app\adle' line: 1Ī problem occurred evaluating project ':app'.
