ByteX
ByteX copied to clipboard
当开启shrinkR增量编译时,library project里使用到R文件的地方没有做常量内联,会导致Caused by: java.lang.ClassNotFoundException
全量编译,开启bytex 的shrinkR 没问题,但是 增量编译时,library project使用的R文件没有内联,会导致Caused by: java.lang.ClassNotFoundException: Didn't find class "com.xxx.xxx.xxx.R$string"