Out of memory on a byte allocation

后端 未结 3 401
忘掉有多难
忘掉有多难 2021-01-15 21:59

This is the error I am receiving on the Android log, exactly, this is:

08-06 12:16:28.763: E/dalvikvm-heap(27065): Out of memory on a 184-byte allocation.
         


        
3条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-15 22:41

    In my case, the problem caused by big-size images. I removed some of them (temporarily for test) and the problem solved. Note that in my case, the problem just was in lowest API-level I was trying the app (API 16).

    Finally, optimized them for solving the problem permanently.

提交回复
热议问题