Class not found when Unmarshalling Android Intent Parcelable
问题 I have a ArrayList that I am passing between activities . In this ArrayList are objects made from a class that has four variables in it. One of those variables is another ArrayList<object> that is from another class . I have implemented Parcelable on both and am pretty sure I have completed the parcelable methods properly. Here are the errors: Errors: 03-18 02:37:27.063: D/dalvikvm(3249): GC_FOR_ALLOC freed 82K, 6% free 3020K/3180K, paused 1ms, total 3ms 03-18 02:37:27.093: I/dalvikvm-heap