wlfcolin / file-downloader

FileDownloader, powerful http/https file download tool on Android
Apache License 2.0
384 stars 152 forks source link

关于Storage space is full or storage can not write的问题 #19

Closed chengxinwen-vinci closed 7 years ago

chengxinwen-vinci commented 7 years ago
screen shot 2016-10-09 at 11 57 54

文件下载前,执行FileDownloader.init()方法,工作正常,并在/storage/sdcard0/目录下成功建立了用于存储下载文件的文件夹。目标文件大小小于当前可用空间大小,AndroidManifast.xml中也设置了WRITE_EXTERNAL_STORAGE,但是下载文件时却始终遭遇错误(storage space is full or storage can not write!)。

请问还有什么情况可能导致遭遇这个问题?谢谢!

chengxinwen-vinci commented 7 years ago

不好意思,我的问题,已解决,确实是存储空间不足,抱歉!