nguyenhoanglam / ImagePicker

A customizable library for selecting images on the device.
Apache License 2.0
598 stars 158 forks source link

Failed to create image file #115

Closed deepak-suwal closed 4 years ago

deepak-suwal commented 4 years ago

When targetSdkVersion is 29 there is issue with toast "Failed to create image file"

ParryPatel021 commented 4 years ago

Yes, I am also facing the same problem while running my app in Android Q and has targetSdkVersion 29

mido89 commented 4 years ago

i'm also facing same issue in android Q API 29 . !

aruns2896 commented 4 years ago

Anyone got any solution cause my application is live and having this issue backing my application?

mido89 commented 4 years ago

Anyone got any solution cause my application is live and having this issue backing my application?

you can use this tag in manifest file
<application android:requestLegacyExternalStorage="true"

nguyenhoanglam commented 4 years ago

Hi guys, Version 1.4.0 is now available! Please read What's new and check if your issue has been fixed!