You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):
CLI: 6.0.2.
Android Runtime: 6.0.0
karma-webpack: 3.0.5
Describe the bug
Run the app and make a change in tests/example.js. You will see: Unable to apply changes for device: emulator-5554. Error is: Socket connection timed out.. and new change is missing.
To Reproduce
tns create appJS --js
tns test init
add console.log() in tests/example.js
tns test android
add new console.log() in tests/example.js
You will see: No captured browser, open http://localhost:9876/ Unable to apply changes for device: emulator-5554. Error is: Socket connection timed out..
after that console.log will miss
Expected behavior
working properly
The text was updated successfully, but these errors were encountered:
Environment
Provide version numbers for the following components (information can be retrieved by running
tns info
in your project folder or by inspecting thepackage.json
of the project):Describe the bug
Run the app and make a change in tests/example.js. You will see:
Unable to apply changes for device: emulator-5554. Error is: Socket connection timed out..
and new change is missing.To Reproduce
tns create appJS --js
tns test init
tns test android
You will see:
No captured browser, open http://localhost:9876/
Unable to apply changes for device: emulator-5554. Error is: Socket connection timed out..
after that console.log will miss
Expected behavior
working properly
The text was updated successfully, but these errors were encountered: