gpt4 book ai didi

gradle - 任务 ':app:checkDebugDuplicateClasses'的执行失败

转载 作者:行者123 更新时间:2023-12-03 10:44:25 25 4
gpt4 key购买 nike

我手动实现28.0.0依赖关系,但发现重复的依赖关系(28.0.0和24.0.0)
所以我想从我的gradle文件中排除或删除此(support:24.0.0)依赖项

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
testImplementation 'junit:junit:4.12'
implementation files('libs/gcm.jar')
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation "com.android.support:support-core-utils:28.0.0"
implementation 'com.android.support:design:28.0.0'
implementation 'com.google.android.gms:play-services-maps:10.2.1'
implementation 'com.google.android.gms:play-services-gcm:10.2.1'
implementation 'com.android.support:recyclerview-v7:28.0.0'
implementation 'com.android.support:cardview-v7:28.0.0'
implementation files('libs/httpclient-4.3.6.jar')
implementation files('libs/httpcore-4.3.3.jar')
implementation files('libs/httpmime-4.3.6.jar')
implementation files('libs/Shutterbug-1.0.0.jar')
implementation files('libs/YouTubeAndroidPlayerApi.jar')
implementation files('libs/picasso-2.5.2.jar')
implementation 'com.mcxiaoke.volley:library-aar:1.0.0'
implementation 'com.github.siyamed:android-shape-imageview:0.9.+@aar'
implementation 'com.github.bumptech.glide:glide:3.7.0'
implementation 'com.google.android.gms:play-services-analytics:10.2.1'
implementation 'com.google.firebase:firebase-messaging:10.2.1'
implementation 'com.firebase:firebase-client-android:2.5.2'
}
apply plugin: 'com.google.gms.google-services'

最佳答案

对我来说,我必须添加以下内容。

实现'com.android.support:support-v4:28.0.0'

关于gradle - 任务 ':app:checkDebugDuplicateClasses'的执行失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56196558/

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