Don't use this tool. More powerful and simpler feature is available inside the IDE: https://www.b4x.com/android/forum/threads/b4x-sharing-layouts-between-platforms.109296/#content
This is a small command line tool that converts B4A layout files (bal files) to B4i layout files.
It is written in B4J. The source code is attached.
The purpose of this tool is to help you with the conversion. Not all views and properties will be converted as there are views such as TabHost that are not available in B4i (and iOS).
Using this tool is simple. It expects two parameters: the input file (bal) and the output file (bil).
java -jar Bal2Bil.jar <input.bal> <output.bal>
Bal2Bil.zip - source code
Bal2Bil.jar - executable jar (not a library).
This is a small command line tool that converts B4A layout files (bal files) to B4i layout files.
It is written in B4J. The source code is attached.
The purpose of this tool is to help you with the conversion. Not all views and properties will be converted as there are views such as TabHost that are not available in B4i (and iOS).
Using this tool is simple. It expects two parameters: the input file (bal) and the output file (bil).
java -jar Bal2Bil.jar <input.bal> <output.bal>
Bal2Bil.zip - source code
Bal2Bil.jar - executable jar (not a library).
Attachments
Last edited: