JessYanCoding / JessYanCoding/MVPArms

Glide冲突问题

Open
#344 9 comments 0 reactions 0 assignees View on GitHub
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:
![image](https://user-images.githubusercontent.com/11812893/68734560-b4770400-0615-11ea-8e11-cf1a3d8880e8.png)
貌似新版的glide更框架中的GeneratedAppGlideModuleImpl 冲突了。

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.