bytedance / ByteX

ByteX is a bytecode plugin platform based on Android Gradle Transform API and ASM. 字节码插件开发平台
Apache License 2.0
3.13k stars 462 forks source link

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

Open hfgerr opened 9 months ago

hfgerr commented 9 months ago

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