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());


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM