Glide: Can not find GlideApp Class in glide 4.0?

Created on 24 May 2017  ·  6Comments  ·  Source: bumptech/glide

Can not find GlideApp Class in glide 4.0?

Most helpful comment

You could make project in "android studio -> build -> rclean project - > ebuild project - > make project", Repeat the above operation!
it will generate the GlideApp class.

All 6 comments

See http://bumptech.github.io/glide/doc/getting-started.html.

You need an AppGlideModule annotated with @GlideModule and a dependency on Glide's annotation processor in your build.gradle file.

Alternatively you can continue to use Glide as a substitute if you don't want to use the generated API.

This is a duplicate of #1939

Duplicate of #1939

thanks.

Maybe try Glide instead of GlideApp?

when I implement com.google.android.libraries.places:places-compat:1.0.0 it is give me error in Glide library such as GlideDrawable and when change it to Drawable it does not change and the error it

You could make project in "android studio -> build -> rclean project - > ebuild project - > make project", Repeat the above operation!
it will generate the GlideApp class.

Was this page helpful?
0 / 5 - 0 ratings