Fix Note: OutOfMemory of Android Crop Library

Error Log screenshot

Open source Library: https://github.com/jdamcd/android-crop
Platform: Android

Today I finally fixed the OutOfMemory problem of the image crop library that I used to crop the profile picture given from the user;

The problem happened when a high-resolution image is being inputted, e.g over 1M to crop; Android hits an OutOfMemory problem when decoding the image;

Continue reading