PictureSelector
PictureSelector copied to clipboard
接入进项目的时候提示AAPT: error: duplicate value for resource 'attr/scaleType' with config ''.
接入时提示AAPT: error: duplicate value for resource 'attr/scaleType' with config ''.
点入后跳转至

同样遇到了,和这个库一起使用时,出现冲突https://github.com/mrousavy/react-native-vision-camera
同样遇到了,和这个库一起使用时,出现冲突https://github.com/mrousavy/react-native-vision-camera
implementationMode名称也有冲突,是否可以统一全部加个前缀?
api(rootProject.ext.dependencies["picture_library"]) { exclude group: 'androidx.camera' } 即可
我也遇到了 请问解决了吗
api(rootProject.ext.dependencies["picture_library"]) { exclude group: 'androidx.camera' } 即可
还是不行