Just updated Android-Studio to version 0.2.7 an now I get the error message from the title:
In the log window there is link to the grade setup:
No matter which option I use the error message stays the same.
I deleted my ~/.gradle
directory and projects **/.gradle
directories.
It seems that nothing helps.
Nitpick: compile on the command-line using \opt\gradle\1.6\bin\gradle.bat build
works fine.
The minimum version for the Gradle Build Tool which works with test distribution is 5.4. When using the Test Retry Gradle plugin together with the Gradle Enterprise Test Distribution Gradle plugin, make sure to use the minimum required version as shown below:
The latest version of the plugin is guaranteed to be compatible with Gradle 5.0 onwards. Major or minor version updates to the Gradle Enterprise Gradle plugin indicate a compatibility change with Gradle Enterprise (e.g. 3.0 → 3.1 or 3.1 → 4.0). Patch number only updates (e.g. 3.0 → 3.0.1) do not affect compatibility.
The Gradle Enterprise Test distribution agent requires a Java 11 runtime. Some older versions of Gradle Enterprise need to be upgraded via an intermediate version.
Submitting a build scan with an incompatible Gradle Enterprise Gradle plugin version will result in a warning message and the submission will be rejected.
gradle-wrapper.properties
and change the distributionUrl
to use 1.7 if it is not already (mine was 1.6), i.e. distributionUrl=http\://services.gradle.org/distributions/gradle-1.7-bin.zip
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With