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

shrink-r-plugin failed with styleable #138

Open wqycsu opened 2 years ago

wqycsu commented 2 years ago

Caused by: java.lang.RuntimeException: R styleable class [cn/wps/moffice/plugin/resource/R$styleable], field [CustomGridView] size check error: The size we calculated is 0, but in opcode size is -1 The R file defined like this:

public static final class styleable {
        public static final int[] CustomGridView;
        static {
            CustomGridView = cn.wps.moffice.plugin.app.R.styleable.CustomGridView;
       }
}