badparcelableexception

YouTube Android Player API throws “BadParcelableException ClassNotFoundException when unmarshalling: asc” with new YouTube version

≡放荡痞女 提交于 2019-12-18 13:18:08
问题 Filing bug to YouTube Android Player API Library engineers: see android-youtube-api tag Over the course of the past week and a half, I've noticed this weird BadParcelableException steadily increasing in our app and have nailed it down to YouTube's new release on android. This crash will occur if your app is playing a youtube video, bringing your app to background, force stopping the Youtube app, and resuming your app again. Crash reproducible on Youtube version 12.19.56. Also tested on an

YouTube Android Player API throws “BadParcelableException ClassNotFoundException when unmarshalling: asc” with new YouTube version

自闭症网瘾萝莉.ら 提交于 2019-11-30 09:45:07
Filing bug to YouTube Android Player API Library engineers: see android-youtube-api tag Over the course of the past week and a half, I've noticed this weird BadParcelableException steadily increasing in our app and have nailed it down to YouTube's new release on android. This crash will occur if your app is playing a youtube video, bringing your app to background, force stopping the Youtube app, and resuming your app again. Crash reproducible on Youtube version 12.19.56. Also tested on an older YouTube version 12.05.21 and the crash was not there. Stack trace: main Exception: Unable to start

BadParcelableException: ClassNotFoundException when unmarshalling

六月ゝ 毕业季﹏ 提交于 2019-11-27 13:18:16
问题 I'm pretty new to Serializable and Parcelable. I'm having a hard time passing an instance of this object from an application to a remote service: public class Event implements Parcelable, Cloneable { /** Defines under what Bundle's key architecture events are stored */ public static final String BUNDLE_KEY = "ZKEvent"; /** Defines which messages are architecture's events */ public static final int MSG_WHAT = 0xDEFECABE; /** Defines a key to store map under a Bundle to put into a Parcel (oh