#344·MVPArms

Glide冲突问题

Author: hardloveCreated Nov 13, 2019Updated Jul 21, 2025

Look at here

  • → Did you conform to the Rules?
  • → Did you read the Wiki Carefully?
  • → Did you search in Google?
  • → Did you search in openned&closed Issues?
  • Receive only bugs and suggestions

Environment

  • MVPArms Version:
  • AndroidStudio Version:
  • Gradle Plugin Version:
  • Target Android Version:
  • Device Model:

Bug Description:

Related Code:

java
  

Bug Log:

log

 App has crashed, executing CustomActivityOnCrash's UncaughtExceptionHandler
    java.lang.IllegalStateException: GeneratedAppGlideModuleImpl is implemented incorrectly. If you've manually implemented this class, remove your implementation. The Annotation processor will generate a correct implementation.
        at com.bumptech.glide.Glide.throwIncorrectGlideModule(Glide.java:341)
        at com.bumptech.glide.Glide.getAnnotationGeneratedGlideModules(Glide.java:333)
        at com.bumptech.glide.Glide.get(Glide.java:176)
        at com.bumptech.glide.Glide.getRetriever(Glide.java:714)
        at com.bumptech.glide.Glide.with(Glide.java:741)
        at com.view.GlideUitls.loadGlide(GlideUitls.java:179)
        at com.view.GlideUitls.load(GlideUitls.java:38)
        at com.hardlove.wallet.utils.ImageLoadUtils.load(ImageLoadUtils.java:44)

Others:

image 貌似新版的glide更框架中的GeneratedAppGlideModuleImpl 冲突了。