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
@@ -13,15 +13,16 @@ Configures the current project to target the selected platform. <% if(isHtml) {
13
13
### Options
14
14
*`--frameworkPath` - Sets the path to a NativeScript runtime for the specified platform that you want to use instead of the default runtime. If `--symlink` is specified, `<File Path>` must point to directory in which the runtime is already extracted. If `--symlink` is not specified, `<File Path>` must point to a valid npm package.
15
15
*`--symlink` - Creates a symlink to a NativeScript runtime for the specified platform that you want to use instead of the default runtime. If `--frameworkPath` is specified, creates a symlink to the specified directory. If `--frameworkPath` is not specified, creates a symlink to platform runtime installed with your current version of NativeScript.
16
-
*`--sdk` - Sets the Android target SDK. The value should be a valid Android API Level, for example 17, 19, MNC.
16
+
*`--sdk` - Sets the target Android SDK for the project.
17
17
18
18
### Attributes
19
+
*`<API Level>` is a valid Android API level. For example: 17, 19, MNC.<% if(isHtml) { %> For a complete list of the Android API levels and their corresponding Android versions, click [here](http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#platform).<% } %>
19
20
*`<File Path>` is the complete path to a valid npm package or a directory that contains a NativeScript runtime for the selected platform.
20
21
*`<Version>` is any available version of the respective platform runtime published in npm. <% if(isHtml) { %>If `@<Version>` is not specified, the NativeScript CLI installs the latest stable runtime for the selected platform.
21
22
To list all available versions for Android, run `$ npm view tns-android versions`
22
-
To list only experimental versions for android, run `$ npm view tns-android dist-tags`
23
+
To list only experimental versions for Android, run `$ npm view tns-android dist-tags`
23
24
To list all available versions for iOS, run `$ npm view tns-ios versions`
24
-
To list only experimental versions for ios, run `$ npm view tns-ios dist-tags`
25
+
To list only experimental versions for iOS, run `$ npm view tns-ios dist-tags`
0 commit comments