-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
facebook::react::Recoverable: Could not open file/data/user/0/com.xxx.yyy/files/rn/main.jsbundle: No such file or directory #29761
Comments
|
Hi @andyhaha could you follow the issue template and verify this happens on the latest version? |
|
|
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions. |
It happens on version 0.60.4 |
It happens on version 0.60.4, and it is a release js bundle. |
Is there a solution? |
any update? |
still no answer for my problem? |
no answer, no work, and go home |
I have also the same issue. I'm Using react-native 0.67.2 |
I have also the same issue . I'm Using react-native 0.67.3 facebook::react::Recoverable: Could not open file/data/user/0/com.yaya.zone/files/rn-resource/RNBundle/index.android.bundle: No such file or directory |
AHA, I have the same problem |
Ha, guys, I found a way to deal with this
my filePath$Name like this => ( /storage/emulated/0/Android/data/com.example.myapprnn/files/Bundle/staging/index.android.bundle ) It comes from my File system in android The following is my warehouse, you may refer to |
This issue is waiting for author's feedback since 24 days. Please provide the requested feedback or this will be closed in 7 days. |
This issue was closed because the author hasn't provided the requested feedback after 7 days. |
Any solution? Still facing the issue |
I am also having this issue. |
I meet with the problem of my release app on line. help!
the React Native version is 0.60.4
stacktraces as follows:
com.facebook.jni.CppException
facebook::react::Recoverable: Could not open file/data/user/0/com.xxx.yyy/files/rn/main.jsbundle: No such file or directory
1 com.facebook.react.bridge.CatalystInstanceImpl.jniLoadScriptFromFile(Native Method)
2 com.facebook.react.bridge.CatalystInstanceImpl.loadScriptFromFile(CatalystInstanceImpl.java:233)
3 com.facebook.react.bridge.JSBundleLoader$2.loadScript(JSBundleLoader.java:47)
4 com.facebook.react.bridge.CatalystInstanceImpl.runJSBundle(CatalystInstanceImpl.java:261)
5 com.facebook.react.k.a(ReactInstanceManager.java:1175)
6 com.facebook.react.k.a(ReactInstanceManager.java:125)
7 com.facebook.react.k$5.run(ReactInstanceManager.java:951)
8 java.lang.Thread.run(Thread.java:929)
The text was updated successfully, but these errors were encountered: