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

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

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

Android manifest.xml

 

        
4条回答
  •  眼角桃花
    2020-12-03 07:32

    I removed android:roundIcon from my manifest, but when compiling my project with API 24, the android:roundIcon property is still added to the AndroidManifest.xml.

    In order to resolve my problem, I had to update my API to version 25 and set comileSdkversion to 25.

提交回复
热议问题