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.
14
12
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
50
48
For example, the following command creates an AVD named `test` using the x86 system image for API level 25:
51
49
52
50
```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"
54
52
```
55
53
56
54
::: 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"`
58
56
:::
59
57
60
58
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.
75
73
76
74
-[GenyMotion official site](https://www.genymotion.com)
0 commit comments