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
Builds and deploys the project to a connected physical or virtual device.
201
-
<Device ID> is the index or name of the target device as listed by $ tns list-devices.
201
+
<Device ID> is the index or name of the target device as listed by $ tns device.
202
202
203
203
Before building for iOS device, verify that you have configured a valid pair of certificate and provisioning profile on your OS X system.
204
204
@@ -217,7 +217,7 @@ Platform-specific usage:
217
217
$ nativescript run ios [--device <Device ID>] [--emulator]
218
218
219
219
Runs your project on a connected device or in the native emulator, if configured. This is shorthand for prepare, build, and deploy.
220
-
<Device ID> is the index or name of the target device as listed by $ tns list-devices.
220
+
<Device ID> is the index or name of the target device as listed by $ tns device.
221
221
222
222
Before building for the Android emulator, verify that you have met the following requirements.
223
223
You have added the file paths to the following directories from the Android SDK to your PATH environment variable.
@@ -258,17 +258,17 @@ For iOS, this operation runs your project in the iOS Simulator. Before running t
258
258
259
259
--[/]--
260
260
261
-
--[list-devices]--
261
+
--[device]--
262
262
263
263
Usage:
264
-
$ tns list-devices [<Platform>]
265
-
$ nativescript list-devices [<Platform>]
264
+
$ tns device [<Platform>]
265
+
$ nativescript device [<Platform>]
266
266
267
267
Platform-specific usage:
268
-
$ tns list-devices android
269
-
$ tns list-devices ios
270
-
$ nativescript list-devices android
271
-
$ nativescript list-devices ios
268
+
$ tns device android
269
+
$ tns device ios
270
+
$ nativescript device android
271
+
$ nativescript device ios
272
272
273
273
Lists all recognized connected devices with serial number and index, grouped by platform. The Telerik NativeScript CLI recognizes running Android virtual devices as connected devices.
0 commit comments