resource android:attr/lStar not found.和unknown tag <:string>问题

  • resource android:attr/lStar not found.

检查androidx.core:core-ktx包的版本是否指定,没有指定版本需要指定版本号
implementation ‘androidx.core:core-ktx:1.3.2’

  • unknown tag <:string>

原因与字符串数组有关。在你的string.xml检查你是否有空 或类似的东西



    text
    ...

应该更改为:

 
        TTTTT

你可能感兴趣的:(Exception,kotlin)