check your appcompat\res\values\attrs.xml file
and find "android:preserveIconSpacing" in file
and freeze it. and run app.
it's work for me.
自动生成的appcompat_v7 包有红叉,点击查看时因为R.java文件末尾少了一个花括号,但不能更改
解决方法:
1
|
check your appcompat\res\values\attrs.xml file and find "android:preserveIconSpacing" in file and freeze it. and run app. it's work for me. |
|