I want to integrate aar file in B4a project. I tried but unable to use it. I copy aar file in additional library folder. Please tell me how to use it through javaobject
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...
www.b4x.com
Note that you need some java-knowledge to use JavaObject.