yanzhenjie / Album

:watermelon: Album and Gallery for Android platform.
https://github.com/yanzhenjie/Album
Apache License 2.0
2.51k stars 506 forks source link

can not loadimage when captured using camera #319

Open fukemy opened 3 years ago

fukemy commented 3 years ago

Hi, as captured by camera i got url:

/storage/emulated/0/DCIM/20200903_141442516_d95d8d7d37a5f1e686baf8a6682cc1f0.jpg

im using picasso to load, but the error return:

E/PICASSO: Unrecognized type of request: Request{/storage/emulated/0/DCIM/20200903_141442516_d95d8d7d37a5f1e686baf8a6682cc1f0.jpg resize(480,480) centerCrop}

Please help, did you provide way to return Image instance + full url?