Caused by: android.os.BadParcelableException: ClassNotFoundException when unmarshalling:

最近用ContentProvider实现跨进程传递数据的时候报了这个异常,通过参考https://blog.csdn.net/Bettarwang/article/details/45315091这篇博客成功解决了问题

只需要在获取数据之前加上setClassLoader()这个方法就可以了

你可能感兴趣的:(Caused by: android.os.BadParcelableException: ClassNotFoundException when unmarshalling:)