您的位置:首页 > 移动开发 > Android开发

android报Error:No resource identifier found for attribute 'roundIcon' in package 'android'错误解决方法

2017-11-09 20:57 731 查看
在build.gradle把compile 'com.android.support:appcompat-v7:26.+' 降低为 compile 'com.android.support:appcompat-v7:24.0.0'时,报:Error:No resource identifier found for attribute 'roundIcon' in package 'android'
roundIcon的资源应该是高版本的东东,在AndroidManifest.xml中删除android:roundIcon="@mipmap/ic_launcher_round" 问题解决。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐