I used UniversalImageLoader
(displayImage
method) for loading image
But it throws NoSuchFieldException
exception :
No field mMaxWidth in class Landroid/widget/ImageView; (declaration of 'android.widget.ImageView' appears in /system/framework/framework.jar!classes3.dex)
How to fix ?
After many researches, It seems that the bug is shown in android 10 or greater. as discussed below :
https://github.com/nostra13/Android-Universal-Image-Loader/issues/1343
So I moved to Glide library until it's later fixes.