Android Studio 报Integer types not allowed错误
AndroidStudio报错
Error:(25,5)Integertypesnotallowed(at'android:textSize'withvalue'12').
代码
match_parent 0dp 1 12
分析:
1.是不是标签内不能使用android:textSize,系统有提示,说明可以的
2.根据报错Integertyesisnotallowed,考虑到是不是类型有问题,