serialization - How to fix Unmarshalling unknown type code XXX at offset YYY in Android? -
The app is crashing when I start again due to an exception exception. I have checked that all serialization has no parameters and all the serials have also been checked to save the object (to load the file from file).
parcel android.os.Parcel@42209460 :: How can I understand the exception of the actual class types that offset the parcelable for unknown type code on Unmarshalling 2131165303 at 3748 android.app.ActivityThread.performLaunchActivity Offset (ActivityThread.java:2080) on android.app.ActivityThread.handleLaunchActivity (ActivityThread.java:2105) on android.app.ActivityThread.access $ 600 (android.app.ActivityThread ActivityThread.java:136) at $ H.handleMessage (ActivityThread.Java: 1201) android.os.Handler.dispatchMessage (Handler.java:99) android.os.Looper.loop (Looper.java:137) at android.app.ActivityThread.main (ActivityThread.java:4876 At) java.lang.reflect.Method.invokeNative (Native Method) com.android.internal.os.Zy GoteInit $ MethodAndArgsCaller.run at java.lang.reflect.Method.invoke (Method.java: 1111) (ZygoteInit.java:804) at Com.android.internal.os.ZygoteInit.main (ZygoteInit.java T7171) java. Lang.RuntimeException: Unmarshalling at parcel android.os.Parcel@42209460: com.kdgdev.xtension.core.XtensionMain.main (XtensionMain.java:91) dalvik.system.NativeStart.main due to over (native resident method) unknown SIC code 3748 offset android.os.Parcel.readSparseArrayInternal (Parcel.java:2255) android.os.Parcel.readValue (Parcel.java:2032) on android.os.Parcel.readSparseArray (Parcel.java on 2131165303: 1687) android.os.Parcel.readValue (Parcel.java2022) on android.os.Parcel.readMapInternal (Parcel.java, 2222) on android.os.bundle.unparcel (Bundle.java:223) on Android. On os.Bundle.getSparseParcelableArray com.android.internal.policy.impl.PhoneWindow.restoreHierarchyState (PhoneWindow.java:1690) on android.app.Activity.onRestoreInstanceState (Bundle.java:1232) (Activity.java:999) on com .actionbarsherlock.app.SherlockFragmentActivity.onRestoreInstanceState (unknown source) name.myname.android.app.ui.MainActivity.onRestoreInstanceState (unknown source android.app.Activity.performRestoreInstanceState Android) (Activity.java:971) android.app. .app.ActivityThread.performLaunchActivity (ActivityThread.java:2058) at Instrumentation.callActivityOnRestoreInstanceState (Instrumentation.java1130) ... 12 more
saved data bundle
s and are serializable
and all of them are looking good.
I am going to the next:
try {// unmarshalling} hold (throwable t) {// look offset}
< P> How can I understand exactly what type of offset should be actually for offset?
There are some rules for writing and paragraphable paragraphs
1-type mismatch Be careful about if you write int, then do not try to read it for a long time.
2- Be careful and read about the order of writing.
Both of these can be the reason of "unmarking unknown type code".
Comments
Post a Comment