Android Question *.b4a file to apkfile?how to Compiling from command line

xiaoyao

Member
Licensed User
Longtime User
*.b4a file to apkfile?how to Compiling from command line

A simple model: FULL MODE
i can write command to a *.bat file, "Basic4android.exe c:\abc\myapp1.b4a c:\abc\myapp2.apk

If you go to carefully design it, one or two hours can be changed, a new release of the IDE tools
This is the need to open the original development tools, will display interface, compiling a completed will automatically exit


MODEL2:
ONLY COMMAND METHOD.
i can write command to a *.bat file, "Basic4android.exe c:\abc\myapp1.b4a c:\abc\myapp2.apk
Does not display the development tool interface, the background to achieve the compile


FOR EASY ,YOU CAN USE MODE1,A later increase slowly mode 2 functions


========
Now we must open the programming tools, and then point menu, select the specified project file, select the compile command, if need to compile generates a large number of similar application is very convenient, we want to automatically generate many similar application function, just change under the inside some web site or name, the package name etc.

命令行方式编绎*.B4A文件为安卓应用APK.
现在必须打开编程工具,然后点菜单,选择指定的工程文件,选择编绎的命令,如果需要编绎生成大量差不多的应用时就非常不方便,我们想自动化生成很多类似功能的应用,只是改下里面的一些网址或名称,包名等
 
Top