PictureSelector icon indicating copy to clipboard operation
PictureSelector copied to clipboard

接入进项目的时候提示AAPT: error: duplicate value for resource 'attr/scaleType' with config ''.

Open ZSQ970509 opened this issue 4 years ago • 5 comments

接入时提示AAPT: error: duplicate value for resource 'attr/scaleType' with config ''. 点入后跳转至 image

ZSQ970509 avatar Aug 24 '21 10:08 ZSQ970509

同样遇到了,和这个库一起使用时,出现冲突https://github.com/mrousavy/react-native-vision-camera

dppo avatar Aug 24 '21 13:08 dppo

同样遇到了,和这个库一起使用时,出现冲突https://github.com/mrousavy/react-native-vision-camera

implementationMode名称也有冲突,是否可以统一全部加个前缀?

dppo avatar Aug 24 '21 14:08 dppo

api(rootProject.ext.dependencies["picture_library"]) { exclude group: 'androidx.camera' } 即可

qiaodanzhou avatar Aug 25 '21 12:08 qiaodanzhou

我也遇到了 请问解决了吗

GentlemanGoogoo avatar Dec 21 '21 06:12 GentlemanGoogoo

api(rootProject.ext.dependencies["picture_library"]) { exclude group: 'androidx.camera' } 即可

还是不行

A-10ng avatar Apr 29 '22 10:04 A-10ng