Search code examples
androidimageviewpicassoandroid-glideandroid-7.0-nougat

some images not load in android 7+ (api24+)


i use picasso for load images in imageView from assets.

android 4.1.2: working fine.

android 5.1 : working fine.

android 7.0+ : not Working.

I use glide but be same. what i have to do?


Solution

  • problem Solved!

    this problem happened because pictures size was 1300x900 . i change them to 700x300. now working nice good luck