使用uri创建新文件

时间:2017-01-24 08:12:35

标签: java android

我想用uri写文件。

OutputStream output = context.getContentResolver().openOutputStream(uri);

但它会返回错误。

java.io.FileNotFoundException: Missing file for 0E47-495B:Download/8324.jpg.xdec at /storage/external_SD/Download/8324.jpg.xdec

如果我手动创建空文件,OutputStream会写入内容。我需要在流开放之前用uri以编程方式创建空文件。

0 个答案:

没有答案