Yalantis / uCrop

Image Cropping Library for Android
https://yalantis.com/blog/introducing-ucrop-our-own-image-cropping-library-for-android/
11.86k stars 2.16k forks source link

android emulator java.io.FileNotFoundException "Android N" #317

Closed BenCherif closed 6 years ago

BenCherif commented 7 years ago

Hi there , last days i've faced a bug on android N . i can't get the image from camera or from gallery .I think the reason is this on => Uri.fromFile() it's not work on android N. Plse fix this .

Kind regards

AnkushWalia commented 7 years ago

yes its is issue of file exposed exception. i have changed this code with compatible with nougat. you check it out from this link https://github.com/AnkushWalia/EasyAndroidDevelopment/tree/master/ucrop

Legementarion commented 6 years ago

Fixed at last version of Ucrop 2.2.2

BenCherif commented 6 years ago

Thanks