Fatal Exception: java.lang.RuntimeException Canvas: trying to draw too large(180633600bytes) bitmap. android.view.DisplayListCanvas.throwIfCannotDraw code example
Example: Canvas: trying to draw too large(216000000bytes) bitmap.
<application android:hardwareAccelerated="true">
<activity ... />
<activity android:hardwareAccelerated="false" />
</application>