Android Question B4ABuilder Command line compilation for App Bundle

AnandGupta

Expert
Licensed User
Longtime User
Check

B4ABuilder (building app bundles) | B4X Programming Forum
B4ABuilder / B4JBuilder - Command line compilation | Page 3 | B4X Programming Forum
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
can B4ABuilder Command line compilation used to create App Bundle (AAB)
YES!?

Look at the help from the Builder

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.
 
Last edited:
Upvote 0
Top