gpt4 book ai didi

java - Resources.getSystem().openRawResource(random.txt) 返回 Resource$NotFoundException

转载 作者:太空狗 更新时间:2023-10-29 15:24:20 25 4
gpt4 key购买 nike

基于 1.6 SDK4

InputStream is = Resources.getSystem().openRawResource(R.raw.vortexrules);

这条线给我带来了无尽的麻烦......

我的 R.java 显示:

public static final class raw {
public static final int vortexrules=0x7f040000;

这告诉我编译器正在识别文本文件和文件夹并将它们设置为资源。

当我运行上面的代码时,试图将 InputStream 设置为我得到的文本文件:

07-31 01:53:58.839: ERROR/AndroidRuntime(19573): Uncaught handler: thread main exiting due to uncaught exception07-31 01:53:58.947: ERROR/AndroidRuntime(19573): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.vortex.rules/com.vortex.rules.MainWindow}: android.content.res.Resources$NotFoundException: Resource ID #0x7f04000007-31 01:53:58.947: ERROR/AndroidRuntime(19573):     at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2444)07-31 01:53:58.947: ERROR/AndroidRuntime(19573):     at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2460)07-31 01:53:58.947: ERROR/AndroidRuntime(19573):     at android.app.ActivityThread.access$2300(ActivityThread.java:119)07-31 01:53:58.947: ERROR/AndroidRuntime(19573):     at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1837)07-31 01:53:58.947: ERROR/AndroidRuntime(19573):     at android.os.Handler.dispatchMessage(Handler.java:99)07-31 01:53:58.947: ERROR/AndroidRuntime(19573):     at android.os.Looper.loop(Looper.java:123)07-31 01:53:58.947: ERROR/AndroidRuntime(19573):     at android.app.ActivityThread.main(ActivityThread.java:4246)07-31 01:53:58.947: ERROR/AndroidRuntime(19573):     at java.lang.reflect.Method.invokeNative(Native Method)07-31 01:53:58.947: ERROR/AndroidRuntime(19573):     at java.lang.reflect.Method.invoke(Method.java:521)07-31 01:53:58.947: ERROR/AndroidRuntime(19573):     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)07-31 01:53:58.947: ERROR/AndroidRuntime(19573):     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:549)07-31 01:53:58.947: ERROR/AndroidRuntime(19573):     at dalvik.system.NativeStart.main(Native Method)07-31 01:53:58.947: ERROR/AndroidRuntime(19573): Caused by: android.content.res.Resources$NotFoundException: Resource ID #0x7f04000007-31 01:53:58.947: ERROR/AndroidRuntime(19573):     at android.content.res.Resources.getValue(Resources.java:888)07-31 01:53:58.947: ERROR/AndroidRuntime(19573):     at android.content.res.Resources.openRawResource(Resources.java:813)07-31 01:53:58.947: ERROR/AndroidRuntime(19573):     at android.content.res.Resources.openRawResource(Resources.java:795)07-31 01:53:58.947: ERROR/AndroidRuntime(19573):     at com.vortex.rules.CSV_Reader.onCreate(CSV_Reader.java:18)07-31 01:53:58.947: ERROR/AndroidRuntime(19573):     at com.vortex.rules.MainWindow.CreateDatabase(MainWindow.java:103)07-31 01:53:58.947: ERROR/AndroidRuntime(19573):     at com.vortex.rules.MainWindow.onCreate(MainWindow.java:39)07-31 01:53:58.947: ERROR/AndroidRuntime(19573):     at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1123)07-31 01:53:58.947: ERROR/AndroidRuntime(19573):     at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2407)07-31 01:53:58.947: ERROR/AndroidRuntime(19573):     ... 11 more

在 LogCat 之外。

这告诉我它找不到具有该 ID 的资源,但它只是从 R.java 获得了 ID,R.java 正在从编译器获取信息。

此时我完全迷失了。

任何帮助将不胜感激...

最佳答案

正如 stealthcopter 在评论中所说,您不需要文件扩展名!

关于java - Resources.getSystem().openRawResource(random.txt) 返回 Resource$NotFoundException,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3377037/

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