美文网首页
TAG解决错误:Error:No resource identi

TAG解决错误:Error:No resource identi

作者: 槐树向北 | 来源:发表于2017-05-15 11:14 被阅读355次

Error:No resource identifier found for attribute 'roundIcon' in package 'Android'
roundIcon是个高版本里面才有的东东,低版本是没有的,一般是由于调节targetSdkVersion版本造成的
解决办法:
删除清单文件AndroidManifest.xml里的 android:roundIcon="@mipmap/ic_launcher_round" 这句话就OK了
只要看到Error:No resource identifier......,肯定是xml文件里面出问题了,盯着找就好了
如果是in package 'XXX',这个多半就是自己定义的控件在应用的时候出了问题。

原答案转载于:http://blog.csdn.net/androidfszl/article/details/61919384

相关文章

网友评论

      本文标题:TAG解决错误:Error:No resource identi

      本文链接:https://www.haomeiwen.com/subject/withxxtx.html