问题描述
我使用 GlideLibrary 加载图像列表以在移动 UI 上显示它。我收到以下错误:
Failed to find GeneratedAppGlideModule. You should include an annotationProcessor compile dependency on com.github.bumptech.glide:compiler in your application and a @GlideModule annotated AppGlideModule implementation or LibraryGlideModules will be silently ignored
。
我已经看到在堆栈中提出的问题,但没有提供适当的解决方案。请提出任何解决此问题的好方法。
请找到示例代码:
Glide.with(getContext( )).load(ImageUri).into(ProductsImageView)
Gradle 文件:
implementation 'com.github.bumptech.glide:glide:4.12.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0'
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)