java.lang.OutOfMemoryError: Failed to allocate a 3110419 byte allocation with 741152 free bytes and(

Posted 星辰

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了java.lang.OutOfMemoryError: Failed to allocate a 3110419 byte allocation with 741152 free bytes and(相关的知识,希望对你有一定的参考价值。

在进行SurfaceView的开发时,出现了java.lang.OutOfMemoryError错误;

由于项目是同时显示四路远端传输过来的视频

所以采用的方法是使用:android:hardwareAccelerated="false"
android:largeHeap="true"

即关闭硬加速,因为他比较消耗内存,另外开启最大内存。

但并不是所有项目都应该使用这样的方法去解决OutOfMemoryError问题,如果是大图片和视频应用可以使用android:largeHeap="true";

以上是关于java.lang.OutOfMemoryError: Failed to allocate a 3110419 byte allocation with 741152 free bytes and(的主要内容,如果未能解决你的问题,请参考以下文章