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
*`--env.hiddenSourceMap` - creates sources maps in the root folder (useful for Crashlytics usage with bundled app in release).
42
+
*`--aab` - Specifies that the command will produce and deploy an Android App Bundle.
42
43
*`--force` - If set, skips the application compatibility checks and forces `npm i` to ensure all dependencies are installed. Otherwise, the command will check the application compatibility with the current CLI version and could fail requiring `tns migrate`.
Copy file name to clipboardExpand all lines: docs/man_pages/project/testing/debug-android.md
+6-5
Original file line number
Diff line number
Diff line change
@@ -13,11 +13,11 @@ Initiates a debugging session for your project on a connected Android device or
13
13
14
14
Usage | Synopsis
15
15
---|---
16
-
Deploy on device/emulator, run the app and generate a Chrome DevTools link for debugging | `$ tns debug android`
17
-
Deploy on device/emulator, run the app and stop at the first code statement | `$ tns debug android --debug-brk [--device <Device ID>] [--timeout <timeout>]`
18
-
Deploy in the native emulator, run the app and stop at the first code statement | `$ tns debug android --debug-brk --emulator [--timeout <timeout>]`
19
-
Attach the debug tools to a running app on device/emulator | `$ tns debug android --start [--device <Device ID>] [--timeout <timeout>]`
20
-
Attach the debug tools to a running app in the native emulator | `$ tns debug android --start --emulator [--timeout <timeout>]`
16
+
Deploy on device/emulator, run the app and generate a Chrome DevTools link for debugging | `$ tns debug android [--device <Device ID>] [--timeout <timeout>] [--aab]`
17
+
Deploy on device/emulator, run the app and stop at the first code statement | `$ tns debug android --debug-brk [--device <Device ID>] [--timeout <timeout>] [--aab]`
18
+
Deploy in the native emulator, run the app and stop at the first code statement | `$ tns debug android --debug-brk --emulator [--timeout <timeout>] [--aab]`
19
+
Attach the debug tools to a running app on device/emulator | `$ tns debug android --start [--device <Device ID>] [--timeout <timeout>] [--aab]`
20
+
Attach the debug tools to a running app in the native emulator | `$ tns debug android --start --emulator [--timeout <timeout>] [--aab]`
21
21
22
22
### Options
23
23
@@ -29,6 +29,7 @@ Attach the debug tools to a running app in the native emulator | `$ tns debug an
29
29
*`--no-watch` - If set, changes in your code will not be reflected during the execution of this command.
30
30
*`--clean` - If set, forces the complete rebuild of the native application.
31
31
*`--no-hmr` - Disables Hot Module Replacement (HMR). In this case, when a change in the code is applied, CLI will transfer the modified files and restart the application.
32
+
*`--aab` - Specifies that the command will produce and deploy an Android App Bundle.
32
33
*`--force` - If set, skips the application compatibility checks and forces `npm i` to ensure all dependencies are installed. Otherwise, the command will check the application compatibility with the current CLI version and could fail requiring `tns migrate`.
*`--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.
34
34
*`--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.
35
35
*`--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.
36
+
*`--aab` - Specifies that the command will produce and deploy an Android App Bundle.
37
+
*`--force` - If set, skips the application compatibility checks and forces `npm i` to ensure all dependencies are installed. Otherwise, the command will check the application compatibility with the current CLI version and could fail requiring `tns migrate`.
Copy file name to clipboardExpand all lines: docs/man_pages/project/testing/run-android.md
+4-3
Original file line number
Diff line number
Diff line change
@@ -17,9 +17,9 @@ When running this command without passing `--release` flag, the HMR (Hot Module
17
17
18
18
Usage | Synopsis
19
19
---|---
20
-
Run on all connected devices and running emulators | `$ tns run android [--key-store-path <File Path> --key-store-password <Password> --key-store-alias <Name> --key-store-alias-password <Password>] [--release] [--justlaunch] [--env.*]]`
21
-
Run on a selected connected device or running emulator. Will start emulator with specified `Device Identifier`, if not already running. | `$ tns run android --device <Device ID> [--key-store-path <File Path> --key-store-password <Password> --key-store-alias <Name> --key-store-alias-password <Password>] [--release] [--justlaunch] [--env.*]]`
22
-
Start a default emulator if none are running, or run application on all connected emulators. | `$ tns run android --emulator [--key-store-path <File Path> --key-store-password <Password> --key-store-alias <Name> --key-store-alias-password <Password>] [--release] [--justlaunch] [--env.*]]`
20
+
Run on all connected devices and running emulators | `$ tns run android [--key-store-path <File Path> --key-store-password <Password> --key-store-alias <Name> --key-store-alias-password <Password>] [--release] [--justlaunch] [--env.*]] [--aab]`
21
+
Run on a selected connected device or running emulator. Will start emulator with specified `Device Identifier`, if not already running. | `$ tns run android --device <Device ID> [--key-store-path <File Path> --key-store-password <Password> --key-store-alias <Name> --key-store-alias-password <Password>] [--release] [--justlaunch] [--env.*]] [--aab]`
22
+
Start a default emulator if none are running, or run application on all connected emulators. | `$ tns run android --emulator [--key-store-path <File Path> --key-store-password <Password> --key-store-alias <Name> --key-store-alias-password <Password>] [--release] [--justlaunch] [--env.*]] [--aab]`
23
23
24
24
### Options
25
25
@@ -41,6 +41,7 @@ Start a default emulator if none are running, or run application on all connecte
41
41
*`--env.report` - creates a Webpack report inside a `report` folder in the root folder.
*`--env.hiddenSourceMap` - creates sources maps in the root folder (useful for Crashlytics usage with bundled app in release).
44
+
*`--aab` - Specifies that the command will produce and deploy an Android App Bundle.
44
45
*`--force` - If set, skips the application compatibility checks and forces `npm i` to ensure all dependencies are installed. Otherwise, the command will check the application compatibility with the current CLI version and could fail requiring `tns migrate`.
*`--env.hiddenSourceMap` - creates sources maps in the root folder (useful for Crashlytics usage with bundled app in release).
55
+
*`--aab` - Specifies that the command will produce and deploy an Android App Bundle.
55
56
*`--force` - If set, skips the application compatibility checks and forces `npm i` to ensure all dependencies are installed. Otherwise, the command will check the application compatibility with the current CLI version and could fail requiring `tns migrate`.
Copy file name to clipboardExpand all lines: docs/man_pages/project/testing/test-android.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -13,14 +13,15 @@ Runs the tests in your project on connected Android devices and Android emulator
13
13
14
14
Usage | Synopsis
15
15
------|-------
16
-
Run tests on all connected devices | `$ tns test android [--watch] [--debug-brk]`
17
-
Run tests on a selected device | `$ tns test android --device <Device ID> [--watch] [--debug-brk]`
16
+
Run tests on all connected devices | `$ tns test android [--watch] [--debug-brk] [--aab]`
17
+
Run tests on a selected device | `$ tns test android --device <Device ID> [--watch] [--debug-brk] [--aab]`
18
18
19
19
### Options
20
20
21
21
*`--watch` - If set, when you save changes to the project, changes are automatically synchronized to the connected device and tests are re-run.
22
22
*`--device` - Specifies the serial number or the index of the connected device on which to run the tests. To list all connected devices, grouped by platform, run `$ tns device`. `<Device ID>` is the device index or identifier as listed by the `$ tns device` command.
23
23
*`--debug-brk` - Runs the tests under the debugger. The debugger will break just before your tests are executed, so you have a chance to place breakpoints.
24
+
*`--aab` - Specifies that the command will produce and deploy an Android App Bundle.
24
25
*`--force` - If set, skips the application compatibility checks and forces `npm i` to ensure all dependencies are installed. Otherwise, the command will check the application compatibility with the current CLI version and could fail requiring `tns migrate`.
0 commit comments