30
AnDev
7y

Thanks java! FAILURE :java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available

Comments
  • 0
    That could mean one thing. You're doing some heavy loading tasks somewhere in Android. I'm betting it's image loading. Try and categorize your images in their respective density buckets, or use libraries like Glide.
  • 2
    It's not Java's fault you ran out of memory.
  • 0
    That's your fault. That'll worse if you code in C/C++
  • 2
    Hmm, kinda like when my kid is crying because she's crying...
  • 0
    @deusprogrammer I'm not blaming Java for running out of memory. Some more info would've been nice though.
Add Comment