Skip to content
Advertisement

GlideApp cannot be found

error: cannot find symbol variable GlideApp

This is the error I have been getting. I’m using Android studio 3.3.1 and imported these modules for glide.

JavaScript

JavaScript

Advertisement

Answer

To use generated API in Glide you need to create a class and extend AppGlideModule and use @GlideModule annotation, for example:

JavaScript

After this rebuild and you should be able to use GlideApp for more information visit: http://bumptech.github.io/glide/doc/generatedapi.html

User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement