Android -- java.lang.NoClassDefFoundError: Class not found using the boot class loader; no stack trace available

使用Bundle 的getParcelableArray 出现了以下错误:

Class not found when unmarshalling
java.lang.ClassNotFoundException
java.lang.NoClassDefFoundError: Class not found using the boot class loader; no stack trace available

这个可能就需要设置下ClassLoader, 比如:

Bundle bundleGet = msg.getData();
bundleGet.setClassLoader(XXX.class.getClassLoader());
posted @ 2016-09-04 15:23  liDB  阅读(6582)  评论(1编辑  收藏  举报