igreenwood / SimpleCropView

A simple image cropping library for Android.
MIT License
2.48k stars 466 forks source link

Issue on Android N #111

Closed arunrajgm closed 7 years ago

arunrajgm commented 7 years ago

https://github.com/IsseiAoki/SimpleCropView/pull/102 Why this is closed without merging? i am getting error using android N version. java.lang.RuntimeException: android.os.TransactionTooLargeException: data parcel size 20195964 bytes Please look on this

igreenwood commented 7 years ago

@arunrajgm In the new version, CropImageView does not save bitmap internally . Please use the version 1.1.5 and see also new sample.