Skip to content

Commit 4be61ff

Browse files
committed
simplify running
1 parent 714b8d7 commit 4be61ff

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

development-workflow.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ 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 on Virtual Devices
10-
11-
### Android Emulators
9+
## Running your app on Android Emulators
1210

1311
Apart from using real Android devices, a viable option is to download, install and use an Android emulator.
1412
In NativeScript, we can use all Android emulators that are connected and recognized by the `ns device` command.
@@ -50,11 +48,11 @@ You must provide a name for the AVD and specify the ID of the SDK package to use
5048
For example, the following command creates an AVD named `test` using the x86 system image for API level 25:
5149

5250
```Shell
53-
avdmanager create avd -n test -k "system-images;android-29;google_apis;x86"
51+
avdmanager create avd -n test -k "system-images;android-25;google_apis;x86"
5452
```
5553

5654
::: warning Note
57-
The above command suggest that the system image is already downloaded. To download an image use the `sdkmanager`. For example `sdkmanager "system-images;android-29;google_apis;x86"`
55+
The above command suggest that the system image is already downloaded. To download an image use the `sdkmanager`. For example `sdkmanager "system-images;android-25;google_apis;x86"`
5856
:::
5957

6058
The following describes the usages for the other options:
@@ -75,9 +73,7 @@ Visit the official sites for details on how to install and use these emulators.
7573

7674
- [GenyMotion official site](https://www.genymotion.com)
7775

78-
### iOS Simulators
79-
80-
---
76+
## Running your app on iOS Simulators
8177

8278
#### Creating iOS Simulators
8379

0 commit comments

Comments
 (0)