ArthurHub / Android-Image-Cropper

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

cropImageView.getCroppedImageAsync returns null in result.getUri() #462

Open rohnsht opened 6 years ago

alizarei95 commented 6 years ago

same here

rohnsht commented 6 years ago

In my case, it was due to permission issue. I had to addruntime permission for read and write external storage and it solved my problem.

alizarei95 commented 6 years ago

and i solved in this way https://github.com/ArthurHub/Android-Image-Cropper/issues/479