PictureSelector icon indicating copy to clipboard operation
PictureSelector copied to clipboard

core-1.7.0\res\values\values.xml:105:5-114:25: AAPT: error: resource android:attr/lStar not found

Open wc136706639 opened this issue 3 years ago • 3 comments

Current use version?

当前使用的版本是多少?

v3.10.2

wc136706639 avatar Jun 17 '22 02:06 wc136706639

大佬帮忙看看呀

wc136706639 avatar Jun 21 '22 02:06 wc136706639

app下的 build.gradle添加如下代码

allprojects {
        configurations.all {
            resolutionStrategy {
                force 'androidx.core:core:1.6.0'
            }
        }
    }

LuckSiege avatar Jun 26 '22 10:06 LuckSiege

app下的 build.gradle添加如下代码

allprojects {
        configurations.all {
            resolutionStrategy {
                force 'androidx.core:core:1.6.0'
            }
        }
    }

this did not worked for me

GusMartins499 avatar Jul 04 '22 13:07 GusMartins499