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 +367,7 @@ You can test your work in progress on connected Android or iOS devices.
362
367
To verify that the NativeScript CLI recognizes your connected devices, run the following command.
363
368
364
369
```Shell
365
-
tns list-devices
370
+
tns device
366
371
```
367
372
368
373
The NativeScript CLI lists all connected physical devices and running Android Virtual Devices.
@@ -398,7 +403,7 @@ This operation calls the SDK for the selected target platform, builds your app l
398
403
399
404
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
405
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.
406
+
For iOS, the NativeScript CLI runs your app in the iOS Simulator.
402
407
403
408
[Back to Top][1]
404
409
@@ -423,22 +428,6 @@ tns run ios --emulator
423
428
Known Issues
424
429
===
425
430
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
431
* 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
432
1. Close the terminal.
444
433
1. Run Safari.
@@ -475,9 +464,9 @@ This software is licensed under the Apache 2.0 license, quoted <a href="LICENSE"
0 commit comments