gpt4 book ai didi

android - 重复条目 : okio/AsyncTimeout$1. 类

转载 作者:行者123 更新时间:2023-12-03 04:46:27 26 4
gpt4 key购买 nike

i am getting this error when after integrating the OverAir sdks in Gradle and i dont know which one library is causing a duplicate entry with these sdk files. my project gradle file look like this

compile ('com.nostra13.universalimageloader:universal-image-loader:1.9.5')
compile('com.getbase:floatingactionbutton:1.9.0') {
exclude module: 'support-annotations'
}
compile(name:'onemotion-sdk', ext:'aar')
compile(name:'overair-sdk', ext:'aar')
compile(name: 'material-search', ext: 'aar')
compile 'com.paypal.sdk:paypal-android-sdk:2.14.2'
compile 'com.facebook.android:facebook-android-sdk:4.4.0'
compile 'com.android.support:appcompat-v7:24.0.0'
compile 'com.android.support:support-v4:24.0.0'
compile 'com.android.support:design:24.0.0'
compile 'me.dm7.barcodescanner:zxing:1.8.4'
compile 'org.droidparts:droidparts:2.8.8'
compile 'com.google.android.gms:play-services-gcm:9.2.0'
compile 'com.google.android.gms:play-services-maps:9.2.0'
compile 'com.google.android.gms:play-services-location:9.2.0'
compile 'com.android.support:cardview-v7:24.0.0'
compile 'uk.co.chrisjenx:calligraphy:2.1.0'
compile ('com.squareup.picasso:picasso:2.5.2')
compile 'com.android.support:multidex:1.0.1'

但错误是由 lib 文件夹中的这两个 OverAir 和 OneEmotion sdk 引起的。可能与通用图像加载器库或毕加索冲突,任何人都可以帮助我,谢谢提前......!
compile(name:'onemotion-sdk', ext:'aar') 
compile(name:'overair-sdk', ext:'aar')

最佳答案

请在您的项目级别中添加这两行 gradle包含在 android {} 中的文件标签大括号

configurations{
all*.exclude module: 'okhttp'
all*.exclude module: 'okio'
}

关于android - 重复条目 : okio/AsyncTimeout$1. 类,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38551001/

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