Glide showing error: Failed to find GeneratedAppGlideModule
I am trying to load an image using glide but somehow I can not load the image using glide. As it shows following error: 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. I have reffered This solution too. But, I already have the updated verion of glide. In my gradle, I have added implementation 'com.github.bumptech.glide:glide:4.7.1' and annotationProcessor 'com.github.bumptech