

-env.aot - creates Ahead-Of-Time build (Angular only).-env.* - Specifies additional flags that the bundler may process.If the specified value is existing directory, the original file name will be used. If it points to a non-existent directory path, it will be created. -copy-to - Specifies the file path where the built.You need to specify all -key-store-* options.

You can use the -key-store-* options along with -release to produce a signed release build.

-key-store-path - Specifies the file path to the keystore file (P12) which you want to use to code sign your APK.When set, you must also specify the -key-store-* options. -release - If set, produces a release build.-clean - If set, forces the complete rebuild of the native application.For a complete list of the Android API levels and their corresponding Android versions, click here. -compileSdk - Sets the Android SDK that will be used to build the project.Builds the project for Android and produces an APK that you can manually deploy on an Android device or Android emulator.
