luckybilly / CC

业界首个支持渐进式组件化改造的Android组件化开源框架,支持跨进程调用。Componentize your android project gradually.
https://luckybilly.github.io/CC-website/
Apache License 2.0
4.04k stars 636 forks source link

主模块使用多进程时,运行主App出现崩溃 #68

Closed LittleLiByte closed 5 years ago

LittleLiByte commented 5 years ago

image 如图...

其他组件单独运行没有问题,不过整合运行就有问题了。。。

heroszcy commented 5 years ago

我也遇到了,有解决方案嘛

zhangkangbin commented 5 years ago

保持实现Parcelable的类不被混淆

-keep class implements android.os.Parcelable { public static final android.os.Parcelable$Creator ; }