gpt4 book ai didi

android - fileinputstream 抛出 filenotfoundexception?

转载 作者:行者123 更新时间:2023-11-29 18:22:03 25 4
gpt4 key购买 nike

我试图打开一个 xml 文件来解析它,但我在尝试打开该文件时遇到了问题。我的代码是:

        try {
return new FileInputStream(location);
} catch (FileNotFoundException e) {
// TODO Auto-generated catch block
e.printStackTrace();
return null;
}

其中 location 是传递给函数的字符串。运行我的代码后,我得到:

java.io.FileNotFoundException:/C:/Users/Seth/AndroidWorkspace/UCoupon/res/xml/information.xml(没有那个文件或目录)

我给出了完整的文件路径,我没有拼错任何东西。我做错了什么?

最佳答案

您无法从您的设备或模拟器读取您电脑上的文件。

参见 here了解数据存储和 here用于访问资源(这可能是您感兴趣的,因为您正在尝试访问 res/xml/)

关于android - fileinputstream 抛出 filenotfoundexception?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4868789/

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