ionic-team / ionic-team/native-run
ERR_NON_ZERO_EXIT: Non-zero exit code from Emulator: 1
Open
android
bug
- Dominant language
- TypeScript
- Stars
- 137
- Forks
- 28
- PR merge metrics
- No merged PRs in 30d
Description
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 an `adb` process that will never complete.
Contributor guide
Assessment
This issue has not been assessed yet.