其他分享
首页 > 其他分享> > 通过手势缩放图片时出现OOM现象

通过手势缩放图片时出现OOM现象

作者:互联网

java.lang.OutOfMemoryError: Failed to allocate a 240250012 byte allocation with 16777216 free bytes 

 

出现该类似的错误提示时,加如下两句加粗倾斜的代码ji解决即可

<application
    android:allowBackup="true"
    android:icon="@mipmap/ic_launcher"
    android:label="@string/app_name"
    android:roundIcon="@mipmap/ic_launcher_round"
    android:supportsRtl="true"
    android:largeHeap="true"
    android:hardwareAccelerated="false"
    android:theme="@style/AppTheme">
honey_angle_first 发布了8 篇原创文章 · 获赞 4 · 访问量 1万+ 私信 关注

标签:私信,false,缩放,OOM,honey,文章,android,手势
来源: https://blog.csdn.net/honey_angle_first/article/details/104008962