Questions tagged [badparcelableexception]

An Android exception. "The object you are calling has died, because its hosting process no longer exists."

http://developer.android.com/reference/android/os/BadParcelableException.html

32 questions
0
votes
1 answer

BadParcelableException in android.gms.maps on release but not in debug mode

My app crashes when accessing to an activity that uses google maps (v.2). I am getting android.os.BadParcelableException: ClassNotFoundException when unmarshalling: com.google.android.gms.maps.f This happens only in release mode, but there is no…
anuf
  • 73
  • 9
-1
votes
2 answers

Parcelable Object return BadParcelableException: ClassNotFoundException when obj = getIntent().getParcelableExtra("name")

I have a problem when I write pracelable object and receive from another application that I wrote. Everytime when I tried to get the object it always turned out to be BadParcelableException: ClassNotFoundException when unmarshalling. I've been…
1 2
3