WXHLImageLoader android No field mMaxWidth in class
在您的build.gradle(应用程序级别)文件中,添加:
repositories {maven { url "https://jitpack.io" }}
并替换implementation 'com.nostra13.universalimageloader:universal-image-loader:1.9.5'
为:
implementation 'com.github.nostra13:Android-Universal-Image-Loader:f6a9615868482672c3630cb7db6dcf43391e80de'
原版貌似不维护了,分支版解决了这个问题。
以上是 WXHLImageLoader android No field mMaxWidth in class 的全部内容, 来源链接: www.h5w3.com/116271.html