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,6 +13,7 @@ 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
17
17
18
### Attributes
18
19
*`<File Path>` is the complete path to a valid npm package or a directory that contains a NativeScript runtime for the selected platform.
this.$errors.failWithoutHelp(`The selected target SDK ${newTarget} is not supported. You should target at least ${AndroidProjectService.MIN_SUPPORTED_VERSION}.`);
0 commit comments