-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Description
/path/to/app: Error: Lint crashed because it is being invoked with the wrong version of Guava
(the Android version instead of the JRE version, which is required in the
Gradle plugin).
This usually happens when projects incorrectly install a dependency resolution
strategy in all configurations instead of just the compile and run
configurations.
See https://issuetracker.google.com/71991293 for more information and the
proper way to install a dependency resolution strategy.
(Note that this breaks a lot of lint analysis so this report is incomplete.) [LintError]
This occurs even if lint is not enabled in the Gnag configuration.
Running the gnagDetekt task directly works fine.
Reactions are currently unavailable