-
Notifications
You must be signed in to change notification settings - Fork 24
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
ERR_NON_ZERO_EXIT: Non-zero exit code from Emulator: 1 #34
Comments
I get this issue a lot |
Any updates regarding this issue. |
You can try trun off hyper-v |
I found out the problem was from my device as the device has not enough space to install the new app, so I'm recommending using Android studio profiler and debugger to get the real error message. |
As a reminder, that's what this issue is for: to uncover the reasons behind the vague error message. As always, dissecting the output with the |
I think that we can close this in favor of #89 Maybe someone has an idea on how to parse the known |
@SchnWalter We also boot up the This particular issue is for adding better error handling with the The existing code for this is here: native-run/src/android/utils/emulator.ts Lines 112 to 118 in 9b87583
|
Also get this error alot |
This is an unhelpful error message and requires
--verbose
to uncover the cause.Additionally, when it occurs the native-run process continues running despite encountering a fatal error. This is because
waitForDevice
is called beforehand, which spawns anadb
process that will never complete.The text was updated successfully, but these errors were encountered: