-
Notifications
You must be signed in to change notification settings - Fork 24.5k
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
Android - debug mode launches successfully but release mode crashes on start #32821
Comments
Running into the same issue. |
Can you try to create an empty application with |
Facing the same :
React Native version : 0.67.0 |
I have been facing this issue since I started developing on Apple M1 MacBook Pro. All React-native apps have this same issue: Instant Crash on release. Apps run fine on debug. I've not been able to release any app since.
|
Did you find the solution for it? |
switch to v8 |
@afkcodes what do you mean about |
try removing the jsc and use react native v8 instead, |
Hi @afkcodes, can you provide more details. I've tried that too but it fails to pick the correct NDK version for an M1 Mac. I have read that ndk version that supports M1 is from |
Description
I've got an android app that successfully installs and launches in debug mode. But when I assemble and release and run it against my simulator in release mode it fails.
I've also ran this on an actual device and it still fails. I've tried to go through the adb logcat logs and they've not been very helpful. I couldnt assess based on the output what the root cause of the issue is. I've included it below:
Version
0.64.1
Output of
npx react-native info
Steps to reproduce
Snack, code example, screenshot, or link to a repository
No response
The text was updated successfully, but these errors were encountered: