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
Apart from using real Android devices, a viable option is to download, install and use an Android emulator.
12
14
In NativeScript, we can use all Android emulators that are connected and recognized by the `ns device` command.
@@ -73,7 +75,7 @@ Visit the official sites for details on how to install and use these emulators.
73
75
74
76
-[GenyMotion official site](https://www.genymotion.com)
75
77
76
-
##Running your app on iOS Simulators
78
+
###iOS Simulators
77
79
78
80
#### Creating iOS Simulators
79
81
@@ -83,7 +85,11 @@ The iOS simulator emulates iOS devices on Macs. The following documentation is a
83
85
84
86
On a mac if you have XCode installed with the proper tools, executing `ns run ios` from your terminal will launch the Simulator program with a default device. Alternatively, you can open the Simulator program on your mac, select which device(s) you want to open by navigating to `File -> Open Simulator` and choosing the device to launch. Then execute `ns run ios` and the NativeScript app will launch on the open simulator(s).
85
87
86
-
## Running your app on Android devices
88
+
## Running on Physical Device
89
+
90
+
### Android Devices
91
+
92
+
---
87
93
88
94
#### Enable Debugging over USB
89
95
@@ -111,7 +117,9 @@ Type the following in your command prompt to install and launch your app on the
0 commit comments