美文网首页
常见错误集合

常见错误集合

作者: ATTTA | 来源:发表于2021-09-16 14:17 被阅读0次

android编译错误AAPT: error: resource android:attr/lStar not found解决

删除  implementation "androidx.core:core-ktx:+"

添加 

configurations.all {

    resolutionStrategy {

        force 'androidx.core:core-ktx:1.6.0'

    }

}

相关文章

网友评论

      本文标题:常见错误集合

      本文链接:https://www.haomeiwen.com/subject/ktjrgltx.html