-
-
Notifications
You must be signed in to change notification settings - Fork 194
Closed
Description
Tell us about the problem
Trying to run bigger applications on Android causes error:
Unable to apply changes on device: 192.168.3.101:5555. Error is: Socket Error:
Error: write ECONNABORTED.
Which platform(s) does your issue occur on?
Android
Please provide the following version numbers that your issue occurs with:
- CLI: 4.2.3
- Cross-platform modules: Not applicable
- Runtime(s): 4.2.0
- Plugin(s): a lot of plugins
Please tell us how to recreate the issue in as much detail as possible.
- Clone this repo.
- Try to run it on Android (issue happens every time on Windows, sometimes it does not happen on macOS):
tns run android
You'll receive an error:
Socket Error:
Error: write ECONNABORTED.
If you are unable to reproduce the issue with the above mentioned template, create a new Angular project and add as much plugins as possible.
Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.
No