I'm programming on Android and read images from a remote URL with this call
BitmapFactory.decodeStream( ....
Random, I get the error:
SkImageDecoder::Factory returned null
I read some thread here but not solve my problem (Use a wrapper to InputStream class, use drawable, etc)
Any Idea?