Android Spring Jackson Mapping: Noclassdeffounderror
i'm trying to let my android application function as a REST Client. Basically i followed this example: https://github.com/SpringSource/spring-android-samples/tree/master/spring-and
Solution 1:
If you get NoClassDefFoundError
during Runtime, then I suspect you did not include the .jar files to work at runtime. You have to check the checkbox for each .jar like this:
Post a Comment for "Android Spring Jackson Mapping: Noclassdeffounderror"