I have added below 3 jars through eclipse -> Configure build path.
- jackson-annotations-2.4.4.jar
- jackson-core-2.4.4.jar
- jackson-databind-2.4.4.jar
I have the empty constructor in my custom class. I have the required import as well: import com.fasterxml.jackson.databind.ObjectMapper;
But when i run the android app, i get error no class def found for ObjectMapper om= new ObjectMapper(); line.
Tried cleaning the project, removing and adding back jars. No luck. Please advise.