PictureSelector
PictureSelector copied to clipboard
core-1.7.0\res\values\values.xml:105:5-114:25: AAPT: error: resource android:attr/lStar not found
Current use version?
当前使用的版本是多少?
v3.10.2
大佬帮忙看看呀
app下的 build.gradle添加如下代码
allprojects {
configurations.all {
resolutionStrategy {
force 'androidx.core:core:1.6.0'
}
}
}
app下的 build.gradle添加如下代码
allprojects { configurations.all { resolutionStrategy { force 'androidx.core:core:1.6.0' } } }
this did not worked for me