Android-Image-Cropper icon indicating copy to clipboard operation
Android-Image-Cropper copied to clipboard

Image Cropping Library for Android, optimized for Camera / Gallery.

Results 117 Android-Image-Cropper issues
Sort by recently updated
recently updated
newest added

I use android 11and android 12version Android device . Open cemera and than after crop than image uri is not geting in cropper view activity . Please fixed version issue

When i add the dependency and follow the rest of the steps to add this library, it doesn't show in my android studio I can't call it, the code is...

Fatal Exception: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.aaratechnologies.sharegrapesapp/com.theartofdev.edmodo.cropper.CropImageActivity}: android.os.FileUriExposedException: file:///storage/emulated/0/Android/data/com.aaratechnologies.sharegrapesapp/cache/pickImageResult.jpeg exposed beyond app through ClipData.Item.getUri() at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3704) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3871) at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:85) at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:140) at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:100) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2301) at android.os.Handler.dispatchMessage(Handler.java:106) at...

i am using samsung a21s device and android version 11, it is not working with version 11 its tested with realme 8 device too (same android version)

This is how I fixed my latest issue with this library. I found the following in a PR and use this in my build.gradle Add to gradle `implementation 'com.github.ravindu1024:Android-Image-Cropper:2.8.2'` After...

Its not working in android 11, the picture is not coming after capturing, same issue was raised here by others but they got a suggestion to change some code in...

After taking the photo from camera the image is getting rotated automatically how to solve this

To update new changes for Java 11

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...