Skip to content

Commit 4a4e9bb

Browse files
committed
Merge pull request #1723 from NativeScript/plamen5kov/update_help
removed the --static-bindings option from help
2 parents a3dc22b + f1b2fda commit 4a4e9bb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/man_pages/project/testing/build-android.md

-4
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,8 @@ Builds the project for Android and produces an APK that you can manually deploy
1414
* `--key-store-password` - Provides the password for the keystore file specified with `--key-store-path`. You can use the `--key-store-*` options along with `--release` to produce a signed release build. You need to specify all `--key-store-*` options.
1515
* `--key-store-alias` - Provides the alias for the keystore file specified with `--key-store-path`. You can use the `--key-store-*` options along with `--release` to produce a signed release build. You need to specify all `--key-store-*` options.
1616
* `--key-store-alias-password` - Provides the password for the alias specified with `--key-store-alias-password`. You can use the `--key-store-*` options along with `--release` to produce a signed release build. You need to specify all `--key-store-*` options.
17-
* `--static-bindings` - **This is an experimental feature**. If set, generates static bindings from your JavaScript code to corresponding native Android APIs during build. This static bindings speed up app loading.[\*\*](#note)
1817
* `--copy-to` - Specifies the file path where the built `.apk` will be copied. If it points to a non-existent directory, it will be created. If the specified value is directory, the original file name will be used.
1918

20-
<% if(isHtml) { %><a id="note"></a><% } %>
21-
\*\* By default, NativeScript runtime for Android uses runtime binding generator. When you extend a Java class and overwrite a lot of methods, this could be a potentially slow operation.
22-
2319
### Attributes
2420
`<API Level>` is a valid Android API level. For example: 22, 23.<% 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).<% } %>
2521

0 commit comments

Comments
 (0)