Skip to content

Commit 0dc27d4

Browse files
committed
Known issue for livesync android
1 parent a9c6eaa commit 0dc27d4

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ Run `tns help` to view all available commands in the browser. Run `tns help <Com
265265
* `emulate <Platform>` builds the project for the selected target platform and runs it in the native emulator, if configured.
266266
* `deploy <Platform> [--device <Device ID>]` deploys an already built application on connected device.
267267
* `run <Platform> [--device <Device ID>]` executes `prepare`, `build`, and `deploy`.
268+
* `livesync <Platform>` synchronizes changes from your project to an already deployed application on device.
268269
* `device` lists connected devices, including any running Android Virtual Devices or Genymotion virtual devices.
269270
* `device log` opens the log stream for the selected device.
270271
* `device run` runs a selected application on a connected device.
@@ -511,7 +512,9 @@ If addressing the configuration issues does not resolve your problem, you can [r
511512
Known Issues
512513
===
513514

514-
* On OS X systems with configured firewall or web proxy, when you run a command, the operation might not release the command line and you might not be able to run other commands until you break the current operation.<br/>If you have enabled feature usage tracking for the NativeScript CLI, but you have not authenticated with the firewall or web proxy on your OS X system, the NativeScript CLI might not release the command line after you run a command. To continue working with the NativeScript CLI, you need to break the current operation by pressing `Ctrl+C`.<br/>**Workaround:** Authenticate with the firewal or web proxy.
515+
* You cannot synchronize changes to apps on Android 4.3 devices and on some Samsung devices using the `livesync android` command.<br/>**Workaround:** Upgrade to a later version of Android to be able to use the `livesync` command. If you need to develop for Android 4.3 devices, re-build and re-deploy your app to get your latest changes on device.
516+
517+
* On OS X systems with configured firewall or web proxy, when you run a command, the operation might not release the command line and you might not be able to run other commands until you break the current operation.<br/>If you have enabled feature usage tracking for the NativeScript CLI, but you have not authenticated with the firewall or web proxy on your OS X system, the NativeScript CLI might not release the command line after you run a command. To continue working with the NativeScript CLI, you need to break the current operation by pressing `Ctrl+C`.<br/>**Workaround:** Authenticate with the firewall or web proxy.
515518
1. Close the terminal.
516519
1. Run Safari.
517520
1. Attempt to open a web page.

docs/man_pages/project/testing/livesync-android.md

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ Synchronizes the latest changes in your project to Android devices.
1515
* `<Device ID>` is the device index or identifier as listed by `$ tns device`
1616

1717
<% if(isHtml) { %>
18+
### Command Limitations
19+
20+
* You cannot run this command on Android 4.3 devices and on some Samsung devices.
21+
1822
### Related Commands
1923

2024
Command | Description

docs/man_pages/project/testing/livesync.md

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ Synchronizes the latest changes in your project to devices.
1313
* `ios` - Synchronizes the latest changes in your project to connected iOS devices.
1414

1515
<% if(isHtml) { %>
16+
### Command Limitations
17+
18+
* You cannot run this command on Android 4.3 devices and on some Samsung devices.
19+
1620
### Related Commands
1721

1822
Command | Description

0 commit comments

Comments
 (0)