-
Notifications
You must be signed in to change notification settings - Fork 85
getting issue in Android 30 #112
Comments
Having this same issue - where filePath is from the media picker |
@alhazmy13 you haven't released a new version of this library in over 2 years. Can you either release a new version or just mark this repository as read only if you don't have any time to contribute any more? |
I also faced the same issue, please try this. Google has a new feature on Android Q: filtered view for external storage. A quick fix for that is to add this code in the AndroidManifest.xml file:
|
@aadityapaliwal94 this will not work if your app targets Android 11: |
Thanks, @prfarlow1. Will check it out. |
@Drjacky I think Your lib that doesn't support multiple image selection. |
@arthtilva I couldn't run that project; It's super old. |
I am able to receive the path of images but when i check the file with .exists() it returns false, So not able to display or upload image also.
The text was updated successfully, but these errors were encountered: