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
@@ -362,7 +366,7 @@ You can test your work in progress on connected Android or iOS devices.
362
366
To verify that the NativeScript CLI recognizes your connected devices, run the following command.
363
367
364
368
```Shell
365
-
tns list-devices
369
+
tns device
366
370
```
367
371
368
372
The NativeScript CLI lists all connected physical devices and running Android Virtual Devices.
@@ -398,7 +402,7 @@ This operation calls the SDK for the selected target platform, builds your app l
398
402
399
403
For Android, the NativeScript CLI runs your app in the earliest created virtual device or the currently running Android Virtual Device. Before running your app in the Android native emulator, make sure that you have configured at least one virtual device in the Android Virtual Device manager.
400
404
401
-
For iOS, the NativeScript CLI runs your app in the iOS Simulator. Before running your app in the iOS Simulator, make sure that you have installed the [ios-sim] npm package.
405
+
For iOS, the NativeScript CLI runs your app in the iOS Simulator.
402
406
403
407
[Back to Top][1]
404
408
@@ -423,22 +427,6 @@ tns run ios --emulator
423
427
Known Issues
424
428
===
425
429
426
-
* On OS X systems with Xcode 6, you cannot run your app in the native iOS emulator.
427
-
* You can run your app only in the earliest created Android Virtual Device or the currently running Android Virtual Device.<br/>**Workaround:** Run your app on a selected virtual device from the `deploy` command.
428
-
1. Run the following command, to start the Android Virtual Device manager.
429
-
430
-
```Shell
431
-
android avd
432
-
```
433
-
1. Select the virtual device on which you want to run your app and click **Start**.
434
-
1. Click **Launch** and wait for the device to load.
435
-
1. In a new command prompt, run the following command.
436
-
437
-
```Shell
438
-
tns run android --device <Device ID>
439
-
```
440
-
441
-
Where `<Device ID>` is the index or name of the device as listed by `tns list-devices`.
442
430
* 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.
443
431
1. Close the terminal.
444
432
1. Run Safari.
@@ -475,9 +463,9 @@ This software is licensed under the Apache 2.0 license, quoted <a href="LICENSE"
0 commit comments