Java Question Maven - B4A SDK Manager

moster67

Expert
Licensed User
Longtime User
Something that I haven't understood is the following:

If a library can be downloaded from Maven through B4A Sdk Manager, does that mean that there is no need for me to supply the library with my wrapper? Do I just tell the users to download it using B4A Sdk Manager? Will it be put in the Additional Library folder automatically?
 

DonManfred

Expert
Licensed User
Longtime User
does that mean that there is no need for me to supply the library with my wrapper?
Right. You need to have the right DependsOn in the Java Code or make clear that there is a need to an AdditionalJar in which you should put the right Maven name for the Library to import. B4A will then find the maven and add it to the apk.
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…