No resource identifier found for attribute 'roundIcon' in package 'android'

后端 未结 4 1699
自闭症患者
自闭症患者 2020-12-03 06:51

I\'m trying to compile my Project,but in there is some error

Android manifest.xml

 

        
4条回答
  •  Happy的楠姐
    2020-12-03 07:31

    As already answered earlier, roundicon was first introduced in API Level 25. If you want to maintain a lower API level without increasing to >= 25 then

    go to the mipmap directory and delete the subdirectory "ic_roundicon" with all its files

    delete @res/mipmap/ic_roundicon

提交回复
热议问题