标签:new this and pre tar download ring 框架 code
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);
标签:new this and pre tar download ring 框架 code
原文地址:http://www.cnblogs.com/angelshelter/p/6900750.html