I am trying to run a Gradle but I get the following error:
*Gradle version 2.1 is required. Current version is 2.6.
Please fix the project's Gradle settings.
Fix Gradle wrapper and re-import project
Open Gradle wrapper properties
Gradle settings*
When I click Fix Gradle wrapper and re-import project, I get the following error:
Support for builds using Gradle versions older than 2.6 was removed in tooling API version 5.0. You are currently using Gradle version 2.1. You should upgrade your Gradle build to use Gradle 2.6 or later.
Possible solution:
- Upgrade Gradle wrapper to 2.6 version and re-import the project
Either way, I get an error. I am new to Gradle and hugely confused. Much appreciated if someone could shed some light.