Note: This API documentation is for FAKE version 4. The migration API documentation can be found
here. The API documentation for the new fake 5 modules can be found
here
AndroidPackageParams
The Android packaging parameter type
Record Fields
Record Field | Description |
Configuration
Signature: string
|
Build configuration, defaults to 'Release' |
OutputPath
Signature: string
|
Output path for build, defaults to 'bin/Release' |
PackageAbiTargets
Signature: AndroidPackageAbiParam
|
Build an APK Targetting One ABI (used to reduce the size of the APK and support different CPU architectures) |
ProjectPath
Signature: string
|
(Required) Path to the Android project file (not the solution file!) |
Properties
Signature: (string * string) list
|
Additional MSBuild properties, defaults to empty list |
VersionStepper
Signature: IncrementerVersion option
|
Used for multiple APK packaging to set different version code par ABI |