You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.OutOfMemoryError: Failed to allocate a 63489036 byte allocation with 16776592 free bytes and 58MB until OOM
at dalvik.system.VMRuntime.newNonMovableArray(Native Method)
at android.graphics.BitmapFactory.nativeDecodeStream(Native Method)
at android.graphics.BitmapFactory.decodeStreamInternal(BitmapFactory.java:882)
at android.graphics.BitmapFactory.decodeStream(BitmapFactory.java:858)
at android.graphics.BitmapFactory.decodeFile(BitmapFactory.java:478)
at me.echodev.resizer.util.ImageUtils.getScaledBitmap(ImageUtils.java:34)
at me.echodev.resizer.util.ImageUtils.getScaledImage(ImageUtils.java:25)
at me.echodev.resizer.Resizer.getResizedFile(Resizer.java:149)
Please suggest!
The text was updated successfully, but these errors were encountered:
java.lang.OutOfMemoryError: Failed to allocate a 63489036 byte allocation with 16776592 free bytes and 58MB until OOM
at dalvik.system.VMRuntime.newNonMovableArray(Native Method)
at android.graphics.BitmapFactory.nativeDecodeStream(Native Method)
at android.graphics.BitmapFactory.decodeStreamInternal(BitmapFactory.java:882)
at android.graphics.BitmapFactory.decodeStream(BitmapFactory.java:858)
at android.graphics.BitmapFactory.decodeFile(BitmapFactory.java:478)
at me.echodev.resizer.util.ImageUtils.getScaledBitmap(ImageUtils.java:34)
at me.echodev.resizer.util.ImageUtils.getScaledImage(ImageUtils.java:25)
at me.echodev.resizer.Resizer.getResizedFile(Resizer.java:149)
Please suggest!
The text was updated successfully, but these errors were encountered: