Closed tannerhallman closed 5 years ago
maybe your image is too large?!
This is not a problem of the library but also exists in the ImageView object:
Canvas: trying to draw too large (319680000bytes) bitmap.
I solved the problem after adding android:hardwareAccelerated="false"
in the application
of the manifest file.
Looks like there's a memory error when drawing.