igreenwood / SimpleCropView

A simple image cropping library for Android.
MIT License
2.48k stars 465 forks source link

Android Q Images could not be saved and getting blank in Uri #148

Open Harshit1308 opened 4 years ago

Yagnikkat commented 4 years ago

Having Same issue ,Android Q Images could not be saved and getting blank in Uri

Harshit1308 commented 4 years ago

i resolved it successfully forgot to upload an answer.

Yagnikkat commented 4 years ago

i resolved it successfully forgot to upload an answer.

can you post the answer Brother

abhishekagra commented 4 years ago

@Harshit1308 I am also facing the same issue on Android 10.0 (Q). Please provide the answer.

VivekThummar52 commented 3 years ago

Just add this line in AndroidManifest file :

android:requestLegacyExternalStorage="true"

VivekThummar52 commented 3 years ago

is my answer worked for you or not??

abhishekagra commented 3 years ago

@VivekThummar52 Thanks, your answer worked perfectly.