为Android添加谷歌地方sdk时出错[原因:重复条目:com / bumptech / glide / GeneratedAppGlideModule.class]
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了为Android添加谷歌地方sdk时出错[原因:重复条目:com / bumptech / glide / GeneratedAppGlideModule.class]相关的知识,希望对你有一定的参考价值。
当我们尝试添加新的Google地方SDK时,我们在生成构建时遇到错误,
原因:重复输入:com / bumptech / glide / GeneratedAppGlideModule.class
我的项目中使用的库:
- com.github.bumptech.glide:滑行:3.7.0
- 编译'com.google.android.gms:play-services-maps:16.0.0
- com.google.android.libraries.places:地方-COMPAT:1.0.0
答案
Glide setup and configuration集成Glide的应用程序必须添加一个AppGlideModule实现
dependencies {
implementation 'com.github.bumptech.glide:glide:4.9.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.9.0'
}
Finally, you should keep AppGlideModule implementations in your proguard.cfg:
-keep public class * extends com.bumptech.glide.module.AppGlideModule
-keep class com.bumptech.glide.GeneratedAppGlideModuleImpl
以上是关于为Android添加谷歌地方sdk时出错[原因:重复条目:com / bumptech / glide / GeneratedAppGlideModule.class]的主要内容,如果未能解决你的问题,请参考以下文章
加载 Microsoft Speech SDK v11 时出错
运行 brew install android-sdk 后使用 Android SDK 出错