ArthurHub / Android-Image-Cropper

Image Cropping Library for Android, optimized for Camera / Gallery.
Apache License 2.0
6.4k stars 1.38k forks source link

android.os.TransactionTooLargeException #757

Open clycheng2015 opened 4 years ago

clycheng2015 commented 4 years ago

platform Android 10,level 29 api: CropImage.activity(uri) .setGuidelines(CropImageView.Guidelines.ON) .setAspectRatio(1, 1) .start(activity); the same issue I find which is submit about 2018, and you says it resolved, but now, I get the same
issues, I do not thnow why? please help!

clycheng2015 commented 4 years ago

note: api 'com.theartofdev.edmodo:android-image-cropper:2.8.+'

Canato commented 3 years ago

Hey!

I start a new project to handover this library https://github.com/CanHub/Android-Image-Cropper

The ideia is that we keep improving because this project don’t have updates since 2018 Hope I can count with your help.

Open to contribute, next pieces of work will be Android 11 permissions, refactor into Kotlin and ActivityContract