luckybilly / CC

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

Rebuild Project或者Make Project失败 #184

Open iqiqx opened 3 years ago

iqiqx commented 3 years ago

在使用CC时,点击Rebuild Project或者Make Project会失败,会报“Cannot fit requested classes in a single dex file (# methods: 78448 > 65536 ; # fields: 82718 > 65536)”这个错误,分包已经加了,但是运行和打包是没问题的。这是什么问题呢?