Replies: 1 comment
-
Found this: logback-android is a lite version of logback that runs on Android and it worked for me. Thank you |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys,
Adding
ch.qos.logback:logback-classic:1.4.8
andorg.slf4j:slf4j:2.0.7
to an android project gives an error`> A failure occurred while executing com.android.build.gradle.internal.tasks.MergeJavaResWorkAction
There is no such error with following versions
ch.qos.logback:logback-classic:1.2.11
andorg.slf4j:slf4j:1.7.36
.What are recommended combinations of those two libraries?
Beta Was this translation helpful? Give feedback.
All reactions