在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" 问题解决。
解决roundIcon属性错误

本文介绍了一种在Android开发过程中遇到的问题,当将appcompat-v7版本从26.+降级到24.0.0时,出现找不到roundIcon属性标识符的错误。通过删除AndroidManifest.xml文件中的roundIcon配置解决了此问题。
4337

被折叠的 条评论
为什么被折叠?



