Hello guys, I have read a lot here on the forum about add .jar files. Each one says something and I found nothing definitive, a very simple step by step. Could someone publish a complete tutorial, with a Hello World in .jar and showing in a project how everything happens?
The #AdditionalJar module attribute (introduced in B4A v3.80) allows us to reference external jars. With the help of JavaObject it is now possible to integrate third party jars without a wrapper. This solution is good for "simple" libraries. If the API is complicated with many interfaces then...
There is a new tool available for compiling libraries. It is much simpler: http://www.b4x.com/forum/showthread.php?p=173756 I've uploaded a video tutorial to YouTube which explains the steps required for building a library with Eclipse: Basic4android Tutorial - Creating a library - YouTube...