问题描述:为了看android源码,
compileSdkVersion从26降到24,然后reBulid项目的时候报错,报错信息如下:
Error:(11) No resource identifier found for attribute 'roundIcon' in package
解决方法:
删除AndroidManifest.xml里的 android:roundIcon="@mipmap/ic_launcher_round"
Error:(11) No resource identifier found for attribute 'roundIcon' in package
解决方法:
删除AndroidManifest.xml里的 android:roundIcon="@mipmap/ic_launcher_round"