file-downloader相关问题

Posted angelshelter

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了file-downloader相关问题相关的知识,希望对你有一定的参考价值。

2017-05-24

file-downloader框架中,如果你想用FileDownloader中的createAndStart(String url, String saveDir, String fileName)方法的话,切记。不要在之前调用configFileDownloadDir方法为它设置默认下载目录,要不然createAndStart失效。

FileDownloadConfiguration.Builder builder = new FileDownloadConfiguration.Builder(this);
builder.configFileDownloadDir(downloadDir);
FileDownloadConfiguration configuration = builder.build();
FileDownloader.init(configuration);

 

以上是关于file-downloader相关问题的主要内容,如果未能解决你的问题,请参考以下文章