Java.Lang.OutOfMemoryError: 'Failed to allocate a 24117264 byte allocation with 10680728 free bytes and 10MB until OOM' code example

Example: java.lang.OutOfMemoryError: Failed to allocate a 345067788 byte allocation with 11479504 free bytes and 111MB until OOM

<application
    android:allowBackup="true"
    android:hardwareAccelerated="false"
    android:icon="@mipmap/ic_launcher"
    android:label="@string/app_name"
    android:largeHeap="true"
    android:supportsRtl="true"
    android:theme="@style/AppTheme">

Tags:

Misc Example