Skip to content
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

How to deal with the "com.facebook.imagepipeline.bitmaps.TooManyBitmapsException"? #214

Closed
weilii opened this issue Apr 29, 2015 · 1 comment

Comments

@weilii
Copy link

weilii commented Apr 29, 2015

If the device mem is low, the "TooManyBitmapsException" will come out and new images will not be displayed any more, especially on android 2.3.x devices.
Since the imageViews holding the bitmaps are not dealloced in this case, is there any solution to handle that exception? Many thanks!

@tyronen
Copy link
Contributor

tyronen commented Apr 29, 2015

Follow in #213.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants