Hi all,
May I know I can build the Release jar (Non-UI) without starting/running the app after the compilation is completed? Maybe using Conditional Compilation or CommandLineArgs?
Thanks @DonManfred
This has answered my question. It may be useful if it is build in the IDE menu. However, I seldom need to do this so no need to add as a wish.
B4A v4.30 includes a new tool named B4ABuilder.exe (and B4J includes a similar tool named B4JBuilder.exe). This tool allows you to compile your projects from the command line. This can be useful if you need to build multiple projects or to build the same project with multiple configurations...
New feature added in B4A v10.0, B4J v8.50 and B4i v6.80. It will also be added to B4R. Code comments can include clickable links. The following schemes are supported: http(s):// - Link will be opened with the browser. Example: Dim key As String = OrderedMap.Keys.Get(0) 'based on...