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

Error:No resource identifier found for attribute 'roundIcon' in package 'Android' 问题解决

2018-02-01 17:59 609 查看
roundIcon是个高版本里面才有的东西,低版本是没有的,一般是由于调节targetSdkVersion版本造成的
解决办法:
找到AndroidManifest.xml文件,删除application中的下面这行代码:
android:roundIcon="@mipmap/ic_launcher_round"。问题得到解决。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  安卓
相关文章推荐