Android Question Downsampling image due to lack of memory.

Shimoruki

New Member
Hello

I have been getting this error when I go to another module. It repeats multiple times even having numbers beside them. Which ends up closing my my application during debug mode. The attachments below show when the errors occur.
 

Attachments

  • error1.PNG
    error1.PNG
    45.9 KB · Views: 312
  • error2.PNG
    error2.PNG
    56.1 KB · Views: 314
  • error3.PNG
    error3.PNG
    69.2 KB · Views: 304

agraham

Expert
Licensed User
Longtime User
Upvote 0

Shimoruki

New Member
Please post logs and code as text, not screenshots.

This warning happens when you try to load large images and the process runs out of available memory.
The solution is to use XUI.LoadBitmapResize.
I will try this thank you ?
 
Upvote 0