Android Question Does a new B4A install replace/update additional libraries?

JohnC

Expert
Licensed User
Longtime User
Question,

If a new release of B4A integrates a lib that was once an external/Additional library, does the installer of B4A delete the older xml and jar files from the /AddLib directory to prevent duplicate/multiple versions of the newly integrated lib?

And if not, then how can I tell:

1) If a new version of B4A now includes an internal library that was once external?
2) If there are ever two competing versions of the same library, one in the /Libraries folder and one in the /AddLibs folder?
3) How can I tell which lib my project is using (the one in /libs or /addlibs)?
 
Last edited:

rboeck

Well-Known Member
Licensed User
Longtime User
I think, that all internal libraries are used before and instead of external ones. So if a library gets internal, the old external is no problem.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…