Tagged Questions
1
vote
1answer
2k views
BadParcelableException: ClassNotFoundException when unmarshalling: (empty classname)
I have a class named AllStatStruct. This class contains three attributes, which are objects of my classes StatStructCycle, StatStructHistory and MatrixStruct. Every class extends the class DataStruct ...