当试图将位图保存到包裹时,我得到了这个
java.lang.RuntimeException: Tried to marshall a Parcel that contained Binder objects.
at android.os.Parcel.marshall(Native Method)
有谁知道为什么?
位图已经被android打包了
http://developer.android.com/reference/android/graphics/Bitmap.html#writeToParcel(android.os.Parcel
另请参阅此问题: How To: Parcel a bitmap in Android