Android Question How to install *.b4xlib

aeric

Expert
Licensed User
Longtime User
If you are using an older version that doesn't support b4x libs then unzip it and copy the modules to your project.

If you are using B4A 8.80+ or B4i 5.50+ then you have to copy the b4x library into internal library folder.

upload_2019-10-21_21-56-17.png


upload_2019-10-21_21-55-18.png
 
Upvote 0

klaus

Expert
Licensed User
Longtime User
If you use B4A 8.80+, B4i 5.50+ or B4J 7.00+, I would suggest you the structure below:

upload_2019-10-21_16-28-18.png


Put the additional libraries for the specific products in the specific subfolder.
B4X for the b4xlib libraries.
I use a specific folder, B4XlibXMLFiles, for xml files for the b4xlib libraries generated with this tool [Tool] b4xlib - XML generation.

And in Path Configuration:

upload_2019-10-21_16-29-19.png


The IDEs will automatically look in the correct subfolder for each product.

DonManfred was faster than me.
 
Upvote 0
Top