I am trying to use the picasso library to loading the image store in the mediastore. When I called load(imageview, callback), the picasso call onFail instead of onSuccess. H
Please try this to check logs of the Picasso
Picasso.with(getContext()).setLoggingEnabled(true);