gpt4 book ai didi

android - 如何读取/写入数据到已挂载的 SD 卡

转载 作者:行者123 更新时间:2023-11-29 15:33:09 25 4
gpt4 key购买 nike

有什么办法可以通过usb将卡挂载成光盘,将数据写入sdcard?

我得到一个权限被拒绝的异常。如果我拔掉它,一切都很好。

我知道我应该使用 Environment.getExternalStorageDirectory,但我认为这不会有任何不同。

代码:

        File file = new File("/sdcard/Test/test.txt");

BufferedOutputStream buf = new BufferedOutputStream(
new FileOutputStream(file,true));

buf.write(str.getBytes());

谢谢,

尼古拉斯

最佳答案

不,没有。任何时候只有一个操作系统可以使用 sdcard(-partition)。

关于android - 如何读取/写入数据到已挂载的 SD 卡,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3476853/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com