Svg-for-Apache-Weex icon indicating copy to clipboard operation
Svg-for-Apache-Weex copied to clipboard

java.lang.NumberFormatException

Open geekmario opened this issue 7 years ago • 0 comments

weex: Argument format error! value is 37.925925925925924pxjava.lang.NumberFormatException: For input string: "37.925925925925924" at java.lang.Integer.parseInt(Integer.java:521) at java.lang.Integer.parseInt(Integer.java:556) at com.taobao.weex.utils.WXUtils.getInteger(WXUtils.java:367) at com.taobao.weex.utils.WXUtils.getInt(WXUtils.java:342) at com.taobao.weex.utils.WXReflectionUtils.parseArgument(WXReflectionUtils.java:221) at com.taobao.weex.ui.component.WXComponent.updateProperties(WXComponent.java:646) at com.alibaba.weex.svg.component.WXSvgContainer.updateProperties(WXSvgContainer.java:261) at com.taobao.weex.ui.component.WXComponent.bindData(WXComponent.java:444)

geekmario avatar Jul 12 '17 12:07 geekmario