-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
skia - decoder->decode returned false #449
Comments
same issue. |
Everything is in these two lines:
The decode of the 126K image requires 6,143K on the heap and only have 7,279K free. Use smaller images, |
This is my log, try use
|
@crossle That would be a network timeout. |
I use the icon form avatar, every time and time out, never sucess. |
Closing. |
I'm having trouble when loading image from URL and drawable folder. Image in drawable is in JPG format and is around 162KB in size.
I noticed this happen when I visit the fragment that holds the
ImageView
for the second time. Means that the first time I visit the fragment, it successfully load the image (from url and drawable).I'm thinking of memory heap issues are playing around here.
Here is how I implemented the Picasso (from drawable):
LOGCAT
If loaded from a URL, I got this errors in logcat:
I've noticed there is already an issue tracked here #281. I'm using the latest Picasso package which includes the Pull Request #285. But still the problem persists. Is there something I missed?
The text was updated successfully, but these errors were encountered: