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)?