Error: Program type already present: okhttp3.Authenticator$1
Posted sea-stream
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Error: Program type already present: okhttp3.Authenticator$1相关的知识,希望对你有一定的参考价值。
在app中的build.gradle中加入如下代码,
configurations { all*.exclude group: ‘com.google.code.gson‘ all*.exclude group: ‘com.squareup.okhttp3‘ all*.exclude group: ‘com.squareup.okio‘ all*.exclude group: ‘com.android.support‘,module:‘support-v13‘ }
如图
以上是关于Error: Program type already present: okhttp3.Authenticator$1的主要内容,如果未能解决你的问题,请参考以下文章
Error:Program type already present: android.arch.lifecycle.LiveData
Error: Program type already present: okhttp3.Authenticator$1
Error: Program type already present: com.google.gson.FieldAttributes 的解决方法
我的Android进阶之旅解决Android项目编译报错: Program type already present : com.xxx.xxxx.BuildConfig