0
点赞
收藏
分享

微信扫一扫

Error: Program type already present: okhttp3.Authenticator$1 的解决方法


在依赖的最下面加入all*.exclude group: 'com.squareup.okhttp3', module: 'okhttp',如下所示:

dependencies {
………………configurations {

all*.exclude group: 'com.squareup.okhttp3', module: 'okhttp'

}
}

举报

相关推荐

0 条评论