igreenwood/SimpleCropView

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

Harshit1308 opened this issue · 7 comments

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

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

i resolved it successfully forgot to upload an answer.

i resolved it successfully forgot to upload an answer.

can you post the answer Brother

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

Just add this line in AndroidManifest file :

android:requestLegacyExternalStorage="true"

is my answer worked for you or not??

@VivekThummar52 Thanks, your answer worked perfectly.