JakeWharton / timber

A logger with a small, extensible API which provides utility on top of Android's normal Log class.
https://jakewharton.github.io/timber/docs/5.x/
Apache License 2.0
10.46k stars 961 forks source link

Could not load custom lint check jar #476

Open izyspania opened 2 years ago

izyspania commented 2 years ago

Hi , when im trying to build release im getting this error.

Could not load custom lint check jar file C:\Users\me.gradle\caches\transforms-3\282411d3028f415e7f15eb7525ee01bd\transformed\jetified-timber-5.0.1\jars\lint.jar java.lang.NoClassDefFoundError: com/android/tools/lint/client/api/Vendor at timber.lint.TimberIssueRegistry.(TimberIssueRegistry.kt:25)

Using com.android.tools.build:gradle:4.2.2 , i think thats the problem.

More info here:

https://github.com/doublesymmetry/react-native-track-player/issues/1776