Glide: GlideApp is not generated ?

Created on 15 Jul 2017  Â·  8Comments  Â·  Source: bumptech/glide

I include a AppGlideModule implementation in My application also setting annotationProcessor and compile package,But GlideApp is not generated, I try to Make Project or Make Module,But still not
:
import com.bumptech.glide.annotation.GlideModule;
import com.bumptech.glide.load.engine.cache.LruResourceCache;
import com.bumptech.glide.module.AppGlideModule;

import java.io.InputStream;

/**

  • Created by --ln on 2017/7/15.
    */
    @GlideModule
    public class CustomAppGlideModule extends AppGlideModule {}
question v4

All 8 comments

Which version Glide are you in?

It would be easier to help you if you provided a sample project

Did you use dagger2? Update dagger2 version

@trinhvanminh2009 Thank you, I have solved it

@Teovald Thank you, I have solved it

@Caij Thank you, I have solved it

Duplicate of #1939

@Caij Thank you, I have solved it

What solution did you use to solve this issue? @GTooo

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Morteza-Rastgoo picture Morteza-Rastgoo  Â·  3Comments

StefMa picture StefMa  Â·  3Comments

mttmllns picture mttmllns  Â·  3Comments

sant527 picture sant527  Â·  3Comments

kenneth2008 picture kenneth2008  Â·  3Comments