JessYanCoding / JessYanCoding/MVPArms
Glide冲突问题
- Dominant language
- Java
- Stars
- 10.2k
- Forks
- 2.3k
- PR merge metrics
- No merged PRs in 30d
Description
## Look at here
- → Did you conform to the [Rules](https://github.com/JessYanCoding/MVPArms/issues/150)?
- → Did you read the [Wiki](https://github.com/JessYanCoding/MVPArms/wiki) **Carefully**?
- → Did you search in Google?
- → Did you search in openned&closed Issues?
- → **Receive only bugs and suggestions**
### Environment
- [x] MVPArms Version:
- [x] AndroidStudio Version:
- [x] Gradle Plugin Version:
- [x] Target Android Version:
- [x] 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:

貌似新版的glide更框架中的GeneratedAppGlideModuleImpl 冲突了。
Contributor guide
Assessment
This issue has not been assessed yet.