|
AndroidDeployer Scol plugin
|
Functions | |
| int | _MAKEandroidUnsignedAppBundle (mmachine m) |
| _MAKEandroidUnsignedAppBundle : This function creates an unsigned App Bundle from files contained in the same folder as an AndroidManifest.xml | |
| int | _MAKEandroidUnsignedAPK (mmachine m) |
| _MAKEandroidUnsignedAPK : This function creates an unsigned apk from files contained in the same folder as an AndroidManifest.xml | |
| int | _ENCRYPTandroidSigningKey (mmachine m) |
| _ENCRYPTandroidSigningKey : This function encrypts a signing key (.keystore) so it can be sent to the Play Store | |
| int | _MAKEandroidSigningKey (mmachine m) |
| _MAKEandroidSigningKey : This function creates a signing key (.keystore) used to sign Android APKs | |
| int | _SIGNandroidAppBundle (mmachine m) |
| _SIGNandroidAppBundle : This function signs and zips align an app bundle file | |
| int | _SIGNandroidAPK (mmachine m) |
| _SIGNandroidAPK : This function signs and zips align an APK file | |
| int | _INSTALLandroidAPK (mmachine m) |
| _INSTALLandroidAPK : This function signs and | |
| int | _CHECKandroidTools (mmachine m) |
| _CHECKandroidTools : This function test if the android tools are available | |
Scol functions for creating and deploying Android APK
| int _CHECKandroidTools | ( | mmachine | m | ) |
_CHECKandroidTools : This function test if the android tools are available
Prototype: fun [] I
Definition at line 1116 of file androidDeployer.cpp.
| int _ENCRYPTandroidSigningKey | ( | mmachine | m | ) |
_ENCRYPTandroidSigningKey : This function encrypts a signing key (.keystore) so it can be sent to the Play Store
Prototype: fun [P S S P] [P S]
| P | : Keystore Path |
| S | : Key Password |
| S | : Key Alias |
| S | : Bundle path |
Definition at line 548 of file androidDeployer.cpp.
| int _INSTALLandroidAPK | ( | mmachine | m | ) |
_INSTALLandroidAPK : This function signs and
Prototype: fun [P] I
| P | : APK path |
Definition at line 1065 of file androidDeployer.cpp.
| int _MAKEandroidSigningKey | ( | mmachine | m | ) |
_MAKEandroidSigningKey : This function creates a signing key (.keystore) used to sign Android APKs
Prototype: fun [W S S [[S S] r1]] [P S]
| W | : Keystore destination Path |
| S | : Key Password |
| S | : Key Alias |
| [[S | S] r1] : Additional parameters (company name, location, country code, ...) |
Definition at line 656 of file androidDeployer.cpp.
| int _MAKEandroidUnsignedAPK | ( | mmachine | m | ) |
_MAKEandroidUnsignedAPK : This function creates an unsigned apk from files contained in the same folder as an AndroidManifest.xml
Prototype: fun [S P] [P S]
| S | : Application Name |
| P | : Path to the AndroidManifest.xml |
Definition at line 428 of file androidDeployer.cpp.
| int _MAKEandroidUnsignedAppBundle | ( | mmachine | m | ) |
_MAKEandroidUnsignedAppBundle : This function creates an unsigned App Bundle from files contained in the same folder as an AndroidManifest.xml
Prototype: fun [S P] [P S]
| S | : Application Name |
| P | : Path to the AndroidManifest.xml |
Definition at line 235 of file androidDeployer.cpp.
| int _SIGNandroidAPK | ( | mmachine | m | ) |
_SIGNandroidAPK : This function signs and zips align an APK file
Prototype: fun [P P S S] [P S]
| P | : APK path |
| P | : Keystore path |
| S | : Key Password |
| S | : Key Alias |
Definition at line 920 of file androidDeployer.cpp.
| int _SIGNandroidAppBundle | ( | mmachine | m | ) |
_SIGNandroidAppBundle : This function signs and zips align an app bundle file
Prototype: fun [P P S S] [P S]
| P | : APK path |
| P | : Keystore path |
| S | : Key Password |
| S | : Key Alias |
Definition at line 810 of file androidDeployer.cpp.