Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors shown when linting with check-droid #248

Closed
dae opened this issue Dec 1, 2022 · 2 comments · Fixed by #294
Closed

Errors shown when linting with check-droid #248

dae opened this issue Dec 1, 2022 · 2 comments · Fixed by #294

Comments

@dae
Copy link
Contributor

dae commented Dec 1, 2022

The lint appears to (at least partially) still work.

@mikehardy
Copy link
Member

Yep - the issue appears to be with some sort of class availability assumption violated by timber's lint rules

Task :rsdroid:lint
Could not load custom lint check jar file /Users/mike/.gradle/caches/transforms-3/40bf2c11c8f0fb09cac3b5552b0978fc/transformed/timber-5.0.1/jars/lint.jar
java.lang.NoClassDefFoundError: com/android/tools/lint/client/api/Vendor

@mikehardy mikehardy added the help wanted Extra attention is needed label Dec 1, 2022
@mikehardy
Copy link
Member

This will be resolved whenever gradle is finally updated - gradle 7 is the minimum compatible version for Timber v5+ lint rules JakeWharton/timber#436 (comment)

Related work that will resolve is in #171

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants