You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I didn't pay attention to that before but everytime I add a new marker, I get the following error message:
D/skia: --- SkImageDecoder::Factory returned null
And this not depending on using the default icon (not calling myMarker.setIcon()) or providing my own image.
It's displayed when the map is refereshed and the number of messages is equal to the numer of markers displayed.
It seems this error when reading image from input stream buffer without reset() of the buffer after each bitmap decoding or when reading empty image file from disk.
Any idea?
The text was updated successfully, but these errors were encountered:
Hello,
I didn't pay attention to that before but everytime I add a new marker, I get the following error message:
And this not depending on using the default icon (not calling myMarker.setIcon()) or providing my own image.
It's displayed when the map is refereshed and the number of messages is equal to the numer of markers displayed.
It seems this error when reading image from input stream buffer without reset() of the buffer after each bitmap decoding or when reading empty image file from disk.
Any idea?
The text was updated successfully, but these errors were encountered: