一直资源文件加载不到,报了个找不到’roundIcon’资源文件,原来’roundIcon’是新的编译版本问题,Error:No resource identifier found for attribute ’roundIcon’ in package ‘android’
在AndroidManifest.xml 中找到android:roundIcon=”@mipmap/ic_launcher_round”,注释掉。重新Rebuild一下就ok了。
一直资源文件加载不到,报了个找不到’roundIcon’资源文件,原来’roundIcon’是新的编译版本问题,Error:No resource identifier found for attribute ’roundIcon’ in package ‘android’
在AndroidManifest.xml 中找到android:roundIcon=”@mipmap/ic_launcher_round”,注释掉。重新Rebuild一下就ok了。