You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
}
}
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: