B4ABuilder v13.40
Usage example: B4ABuilder -task=Build -obfuscate=False
Parameters:
-Task Possible values: Build, BuildBundle or BuildLibrary. Build - Release compilation (default value), BuildBundle - AAB bundle. BuildLibrary - Library compilation.
-BaseFolder The project folder. Default value is the current folder.
-Project Main project file. Can be omitted if there is only one b4a file in the base folder.
-NoSign If True then the APK / AAB is not signed.
-Obfuscate If True then the compiled APK / AAB will be obfuscated.
-ShowWarnings Whether to list the compilation warnings.
-Configuration Build configuration.
-Optimize Whether to include an optimization step during the byte conversion (dexer).
-NoClean Whether to skip the project cleaning step.
-Output Compiled APK name (does not affect libraries builds).
-INI Override default INI file path.