Caused by: java.lang.ClassNotFoundException: Didn't find class "com.fasterxml.jackson.databind.ObjectMapper" on path #268
chinarbhandari
started this conversation in
General
Replies: 2 comments
-
Do i have to add any additional dependency for my gradle project? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Sounds like an Android problem, not specific to Jackson. Maybe ask on Android dev/support forums? |
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, I am using Jackson library in my android library project. Below is my gradle dependency:
// Jackson core libraries
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.2'
implementation 'com.fasterxml.jackson.core:jackson-core:2.18.2'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.18.2'
Beta Was this translation helpful? Give feedback.
All reactions