gpt4 book ai didi

android - 没有权限写入/mnt/extsd

转载 作者:太空宇宙 更新时间:2023-11-03 12:21:23 26 4
gpt4 key购买 nike

<分区>

我无法在 mini x plus h24 中写入外部 sd (/mnt/extsd )

我已经在 list 中插入

系统有两个 sd 卡,第一个可以通过 Environment.getExternalStorageDirectory() 访问,但第二个只能通过绝对路径访问

try{
File file3 = new File("/mnt/extsd/", "file.txt");
BufferedWriter writer = new BufferedWriter(new FileWriter(file3));
writer.write("hello");
writer.flush();
writer.close();

} catch (IOException e) {
e.printStackTrace();
}

异常返回我这个消息/mnt/extsd/file.txt: 打开失败:EACCES(权限被拒绝)

有什么建议吗?

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