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.
添加@GlideModule标签后,使用GlideApp就奔溃了
找了半天没有找到问题,把版本降回4.9.0就正常了
本文描述了一位开发者在使用Glide库时遇到的问题,当在项目中添加了@GlideModule注解并尝试使用GlideApp时,应用程序崩溃。经过排查,发现将Glide版本回滚到4.9.0后问题得以解决。
8133





