how to fix error in bitmap size exceeds VM budget

后端 未结 2 855
小鲜肉
小鲜肉 2021-01-02 18:24

i am working one application image uploading to sdcard i am scaling that sdcard saved into database some times one error is occurs bitmap size exceeds vm budget



        
相关标签:
2条回答
  • 2021-01-02 19:05

    You have a memory leak. You need to investigate to find it. This could be unreleased Bitmap or Cursor ...

    Inspect the heap to see what kind of objects you have.

    0 讨论(0)
  • 2021-01-02 19:10

    narasimha , I suppose may be this post will help you

    android-strange-out-of-memory-issue

    or this java-lang-outofmemoryerror-bitmap-size-exceeds-vm-budget-android

    or may be this android-java-lang-outofmemoryerror

    & there are more questions already there

    0 讨论(0)
提交回复
热议问题