ArthurHub / ArthurHub/Android-Image-Cropper
android.os.TransactionTooLargeException: data parcel size
- Dominant language
- Java
- Stars
- 6.4k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
Hello, I am using
> com.theartofdev.edmodo:android-image-cropper:2.6.0
to crop the image. I used following code to crop image in fragment. In activity Same code is working Fine.
`CropImage.activity()
.start(getContext(), AdminCommunityProfile.this);`
Same code works in all other versions other than Nougat. In Nougat I am still getting TransactionTooLargeException. I am using 2.6.0 version. Help Me out.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the reported flow on Android Nougat from the fragment entry point using CropImage.activity().start(getContext(), AdminCommunityProfile.this). Compare it with the working activity flow and inspect the TransactionTooLargeException; done means cropping completes in the fragment on Nougat without the exception.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100