diff --git a/README.md b/README.md index ae76e86f56..75b1dc4f3b 100644 --- a/README.md +++ b/README.md @@ -265,6 +265,7 @@ Run `tns help` to view all available commands in the browser. Run `tns help ` builds the project for the selected target platform and runs it in the native emulator, if configured. * `deploy [--device ]` deploys an already built application on connected device. * `run [--device ]` executes `prepare`, `build`, and `deploy`. +* `livesync ` synchronizes changes from your project to an already deployed application on device. * `device` lists connected devices, including any running Android Virtual Devices or Genymotion virtual devices. * `device log` opens the log stream for the selected device. * `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 Known Issues === -* 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.
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`.
**Workaround:** Authenticate with the firewal or web proxy. +* You cannot synchronize changes to apps on Android 4.3 devices and on some Samsung devices using the `livesync android` command.
**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. + +* 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.
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`.
**Workaround:** Authenticate with the firewall or web proxy. 1. Close the terminal. 1. Run Safari. 1. Attempt to open a web page. diff --git a/docs/man_pages/project/testing/livesync-android.md b/docs/man_pages/project/testing/livesync-android.md index 2e750d8ee5..43256edca3 100644 --- a/docs/man_pages/project/testing/livesync-android.md +++ b/docs/man_pages/project/testing/livesync-android.md @@ -15,6 +15,10 @@ Synchronizes the latest changes in your project to Android devices. * `` is the device index or identifier as listed by `$ tns device` <% if(isHtml) { %> +### Command Limitations + +* You cannot run this command on Android 4.3 devices and on some Samsung devices. + ### Related Commands Command | Description diff --git a/docs/man_pages/project/testing/livesync.md b/docs/man_pages/project/testing/livesync.md index 97c761f959..de0cbdc83f 100644 --- a/docs/man_pages/project/testing/livesync.md +++ b/docs/man_pages/project/testing/livesync.md @@ -13,6 +13,10 @@ Synchronizes the latest changes in your project to devices. * `ios` - Synchronizes the latest changes in your project to connected iOS devices. <% if(isHtml) { %> +### Command Limitations + +* You cannot run this command on Android 4.3 devices and on some Samsung devices. + ### Related Commands Command | Description