You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You will see this message when trying to run on Android.
1: Task failed with an exception.
-----------
* Where:
Build file '/Users/username/.pub-cache/hosted/pub.dev/rollbar_flutter-1.5.0/android/build.gradle' line: 107
* What went wrong:
A problem occurred evaluating project ':rollbar_flutter'.
> Could not find method enabled() for arguments [false] on Report xml of type org.gradle.api.reporting.internal.TaskGeneratedSingleFileReport.
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
==============================================================================
The text was updated successfully, but these errors were encountered:
I've started to get this error when when using gradle 8+.
To reproduce the issue just create a basic flutter project, add rollbar_flutter 1.5.0 and change the distributionUrl on gradle-wrapper.properties to :
You will see this message when trying to run on Android.
The text was updated successfully, but these errors were encountered: