TAG解决错误:Error:No resource identifier found for attribute 'roundIcon' in package 'Android' roundIcon

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

    原文作者:槐树向北
    原文地址: https://www.jianshu.com/p/34a8086ee38d
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞