Skip to content

Commit 2d53182

Browse files
committed
change sidebar for running
1 parent 4be61ff commit 2d53182

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

development-workflow.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ title: Development Workflow
66
- [REFERENCE] https://github.com/NativeScript/docs/blob/master/docs/tooling/angular-cli.md
77
- [REFERENCE] https://github.com/NativeScript/docs/blob/master/docs/tooling/visual-studio-code-extension.md
88

9-
## Running your app on Android Emulators
9+
## Running on Virtual Device
10+
11+
### Android Emulators
1012

1113
Apart from using real Android devices, a viable option is to download, install and use an Android emulator.
1214
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.
7375

7476
- [GenyMotion official site](https://www.genymotion.com)
7577

76-
## Running your app on iOS Simulators
78+
### iOS Simulators
7779

7880
#### Creating iOS Simulators
7981

@@ -83,7 +85,11 @@ The iOS simulator emulates iOS devices on Macs. The following documentation is a
8385

8486
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).
8587

86-
## Running your app on Android devices
88+
## Running on Physical Device
89+
90+
### Android Devices
91+
92+
---
8793

8894
#### Enable Debugging over USB
8995

@@ -111,7 +117,9 @@ Type the following in your command prompt to install and launch your app on the
111117
ns run android
112118
```
113119

114-
## Running your app on iOS devices
120+
### iOS Devices
121+
122+
---
115123

116124
#### Plug in your device via USB
117125

0 commit comments

Comments
 (0)