Xamarin Android设置界面提示类型错误 错误信息:Integer types not allow (at ‘padding’ with value ’10’)Android界面属性的长度和宽度都是带单位的数值,即类型是字符串.常用的单位有px(像素).in(英寸).mm(毫米).pt(磅).dp(设备独立像素,也写为dip).sp(缩放独立像素).例如,这里将10改为10dp或者10sp,即可.
报错信息: The method printf(String, Object[]) in the type PrintStream is not applicable for the arguments (String, double) 如果jdk的编译版本不同,语法也会不同 项目 >属性>Java complier>complier compliance lever:1.5