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'
}
}
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
网友评论