Android: ClassNotFoundException when passing serializable object to Activity

前端 未结 3 1625
旧时难觅i
旧时难觅i 2020-12-03 05:45

I have a few crash report logs from android market similar to this:

Exception class: java.lang.ClassNotFoundException

Source method: PathClassLoader.findCla         


        
3条回答
  •  温柔的废话
    2020-12-03 06:23

    You should look into implementing Parcelable. These two links should get you started: http://developer.android.com/reference/android/os/Parcel.html http://developer.android.com/reference/android/os/Parcelable.html

提交回复
热议问题