Canvas: trying to draw too large(134374464bytes) bitmap.

 运行时崩溃,崩溃日志如上图所示,这大概是图片存放的尺寸不太合适

崩溃设备:小米11,系统:Android 11

解决方法:将splash图从drawable文件夹中移动到drawable-xxxhdpi文件夹中(如果不存在drawable-xxxhdpi文件夹,需手动创建)

原文地址:https://www.cnblogs.com/ring1992/p/14298379.html