ByteX icon indicating copy to clipboard operation
ByteX copied to clipboard

当开启shrinkR增量编译时,library project里使用到R文件的地方没有做常量内联,会导致Caused by: java.lang.ClassNotFoundException

Open hfgerr opened this issue 2 years ago • 0 comments

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

hfgerr avatar Dec 01 '23 14:12 hfgerr