-
Notifications
You must be signed in to change notification settings - Fork 519
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
saveDir didn't work #525
Comments
+1, can reproduce here. |
here the code seems to be the problem flutter_downloader/android/src/main/java/vn/hunghd/flutterdownloader/DownloadWorker.java Line 351 in 26e2ef4
|
Also happened to me on:
But, it was previously successful:
Maybe the culprit is flutter 2.5.0 |
I also experienced the same thing, |
flutter 2.5.0 is not culprit , you can see pr #526 (comment) |
The problem has been solved, you can use #526 (comment) |
I just realized it was already mentioned before my comment. Checked the PR, hope it merged soon. |
There's change on android storage management from Android 11. please upgrade to v1.7.0 |
Actually, we tried first on flutter 2.5 & flutter_downloader v1.7.0 and the error happened. Then we tried downgrading as I mentioned above in my comment. We end up rollback our app to flutter 2.2.1 and flutter_downloader v1.6.0 to make it works. I'll try to debug deeper and let you know about my findings on monday 🤞 |
I just tested on these specs and still got the same issue as mentioned above:
Logs
Even though it's written I'm not using android 11, so upgrading to v1.7.0 won't fix the problem. |
Please upgrade to v1.7.1. For more detail, please have a look at this comment |
when i set savedDir=/storage/emulated/0/Android/data/vn.hunghd.example/files
but files save to /storage/emulated/0/Download/Android-Programming-Cookbook.pdf
my code
logs
The text was updated successfully, but these errors were encountered: