miguelpruivo / flutter_file_picker

File picker plugin for Flutter, compatible with mobile (iOS & Android), Web, Desktop (Mac, Linux, Windows) platforms with Flutter Go support.
MIT License
1.35k stars 672 forks source link

app craching on android 10 or samsung fold #1623

Open Eng-Khaled-Alhadi opened 3 weeks ago

Eng-Khaled-Alhadi commented 3 weeks ago

java.lang.RuntimeException: java.io.IOException: Permission denied E/AndroidRuntime(26589): at e3.e.b(SourceFile:62) E/AndroidRuntime(26589): at e3.c$b.run(SourceFile:201) E/AndroidRuntime(26589): at java.lang.Thread.run(Thread.java:919) E/AndroidRuntime(26589): Caused by: java.io.IOException: Permission denied E/AndroidRuntime(26589): at java.io.UnixFileSystem.createFileExclusively0(Native Method) E/AndroidRuntime(26589): at java.io.UnixFileSystem.createFileExclusively(UnixFileSystem.java:317) E/AndroidRuntime(26589): at java.io.File.createTempFile(File.java:2018) E/AndroidRuntime(26589): at e3.e.c(SourceFile:47) E/AndroidRuntime(26589): at e3.e.b(SourceFile:9) E/AndroidRuntime(26589): ... 2 more

github-actions[bot] commented 1 week ago

This issue is stale because it has been open for 7 days with no activity.