okhttp-OkGo
okhttp-OkGo copied to clipboard
集成后运行时报错
Error: Interface okhttp3.internal.tls.TrustRootIndex(classpath class) used as super class of okhttp3.internal.tls.TrustRootIndex$AndroidTrustRootIndex. 无法集成 运行时报错
是多个库间接依赖okhttp导致类重复的,我这依赖了okhttp3:logging,注释掉就好了; //api 'com.squareup.okhttp3:logging-interceptor:+'