Android Question How to use older libraries instead of internal ones

padvou

Active Member
Licensed User
Longtime User
Hello,
I have added previous versions of the following:
1692776648021.png

in the addLibraries folder and would like to choose them over the internal ones which are newer.
I understand that there is #ExcludedLib that I can use, but I cannot seem to find a comprehensive example of how to to exclude the internal ones and use the ones from the addLibraries?
I would appreciate any help.
 

padvou

Active Member
Licensed User
Longtime User
Workaround, Backup the recent libraries in program files and place the older ones you want to use in the install directory (program files)

The internal libraries take precedent over the additional libraries
Yes,
I've read this in some previous posts while searching the forum.
 
Upvote 0
Top