ArthurHub / Android-Image-Cropper

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to use images from camera

andrea-nisco opened this issue · comments

I have read that I should use https://github.com/CanHub/Android-Image-Cropper but it is only available in Kotlin and I need it in Java.
I have also read that there is actually a sample of this in Java thanks to #875, but in reality, there is no trace of this anywhere. So is it possible to use this library in Java or not? If true, is there a real working link ?

@andrea-nisco Did you figure out it? I have the same problem.

@andrea-nisco Did you figure out it? I have the same problem.

Yes, the issue is impossible to solve, but you can take te picture normally, save the uri of the image and crop it programmatically. That's how I solved it.

@andrea-nisco Did you figure out it? I have the same problem.

Yes, the issue is impossible to solve, but you can take te picture normally, save the uri of the image and crop it programmatically. That's how I solved it.

I succeeded in solving this issue. Here is the reference link:
https://stackoverflow.com/questions/74814279/how-to-use-canhub-image-cropper-latest-version-on-java