gpt4 book ai didi

android - 无法解析 : exifinterface

转载 作者:太空狗 更新时间:2023-10-29 15:58:31 27 4
gpt4 key购买 nike

当我将 picasso 从 2.5.2 升级到 2.71828 并执行 gradle sync 时,我看到了一个exif接口(interface)错误:

错误:

Failed to resolve: exifinterface

已替换

implementation 'com.squareup.picasso:picasso:2.5.2'

implementation 'com.squareup.picasso:picasso:2.71828'

最佳答案

Picasso 对 exifinterface 有依赖,所以你必须把它添加到你的依赖中

implementation 'com.android.support:exifinterface:28.0.0'

如果您使用 androidX,请将其添加到您的依赖项

implementation "androidx.exifinterface:exifinterface:1.0.0"

关于android - 无法解析 : exifinterface,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51188614/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com