Errno = 13 and how to debug this more efficiently?

后端 未结 3 400
鱼传尺愫
鱼传尺愫 2021-01-16 16:52

I\'m making an application and when i go from menu to an other activity that display image using the e3roid framework, i allways get this (logcat):

D/PhoneWi         


        
3条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-16 17:28

    I had the same error some times ago, it was due to a lack of memory. In the emulator logcat and not on my phone (wildfire) it was saying: OutOfMemoryException.

    Make sure you use the recycle() nethod to clear bitmap from the memory.

提交回复
热议问题