-
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
Can't Build Signed APK - File not found: index.js in any of the project roots #21005
Comments
Hi @zukinaru ... did you resolve this issue? I can see the command which failed was (with --debug):
But much like you, I'm confused as to why the build script is looking for an index.js entry point. Many thanks for any pointers. |
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. |
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information. |
Environment
Run
react-native info
in your terminal and paste its contents here.Description
Describe your issue in detail. Include screenshots if needed. If this is a regression, let us know.
i can't build signed APK, i follow all steps from https://facebook.github.io/react-native/docs/signed-apk-android
after run
./gradlew assembleRelease --stacktrace
i found error :i didnt found
index.js
from the beginning of react-native installation.instead, i just seeApp.js
and i'm using the latest version (0.56)Reproducible Demo
Let us know how to reproduce the issue. Include a code sample, share a project, or share an app that reproduces the issue using https://snack.expo.io/. Please follow the guidelines for providing a MCVE: https://stackoverflow.com/help/mcve
install react native using this reference : https://facebook.github.io/react-native/docs/getting-started.html
and Build APK by this reference ==> https://facebook.github.io/react-native/docs/signed-apk-android
The text was updated successfully, but these errors were encountered: