Joda Time in Eclipse: NoClassDefFoundError
问题 I'm trying to use the Joda Time library for my Android app to have ISO 8601 formatted dates. I followed this guide to load it into my project and I've imported the classes I'm using. Eclipse seems to recognize everything just fine as it auto-completed my imports. But when I run, it seems unable to find something. The first message I see is this: 06-06 13:53:38.831: W/dalvikvm(4172): VFY: unable to find class referenced in signature (Lorg/joda/time/DateTime;) followed by some more VFY messages