ArthurHub / Android-Image-Cropper

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

Cropping functionality is not working with android version 11 #857

Open anujkv opened 2 years ago

anujkv commented 2 years ago

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)

Canato commented 2 years ago

Please read #858

The new lib is working

abdulmanum commented 2 years ago

use ActivityName.this instead of this

CropImage.activity() .setGuidelines(CropImageView.Guidelines.ON) .start(FaceMatch.this);

Then crop will work on Android 11