1、问题现象
部分手机(oppo r9s)安装release版本的apk出现了崩溃,但是部分手机安装正常
2、崩溃日志
01-15 09:42:37.239 5889 5889 E AndroidRuntime: java.lang.OutOfMemoryError: Failed to allocate a 66064396 byte allocation with 16777216 free bytes and 50MB until OOM
01-15 09:42:37.239 5889 5889 E AndroidRuntime: at dalvik.system.VMRuntime.newNonMovableArray(Native Method)
01-15 09:42:37.239 5889 5889 E AndroidRuntime: at android.graphics.Bitmap.nativeCreate(Native Method)
01-15 09:42:37.239 5889 5889 E AndroidRuntime: at android.graphics.Bitmap.createBitmap(Bitmap.java:843)
01-15 09:42:37.239 5889 5889 E AndroidRuntime: at android.graphics.Bitmap.createBitmap(Bitmap.java:820)
01-15 09:42:37.239 5889 5889 E