I'm getting following error. I have tried android:largeHeap="true"
and android:hardwareAccelerated="false"
. But still app
is crashing and showing the same error
java.lang.OutOfMemoryError: Failed to allocate a 39306252 byte allocation with 16777216 free bytes and 27MB until OOM
at dalvik.system.VMRuntime.newNonMovableArray(Native Method)
at android.graphics.BitmapFactory.nativeDecodeAsset(Native Method)