Android Question missing libraries

aklisiewicz

Active Member
Licensed User
Longtime User
I had to reinstall B4A. When I'm opening old project the list with missing libraries pops up but it disapears in a few seconds so I have not enough time to make a note or perhaps dump the list to a file. Any way to get this list into permanent file so I can download and install what's necessary ?

ARTHUR
 

canalrun

Well-Known Member
Licensed User
Longtime User
The .b4a file is a text file. You can open this file with a text editor. Near the top there is a list of all the libraries that are used in the project. I have used this method before to find which libraries I needed.

for example:

...
NumberOfLibraries=12
Library1=core
Library2=animation
Library3=reflection
...

Barry.
 
Upvote 0

barx

Well-Known Member
Licensed User
Longtime User
Have you setup the paths to your libraries directories?
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…