Android Question Error XML Library file not found

imgsimonebiliato

Well-Known Member
Licensed User
Longtime User
Hello,
I wrote a library using b4a and named it "iIMG". Right now I don't need to use this library, so I removed it from the folder "Additional libraries" but every time I open an old project or also a new project I get this error:

vi7ma.png
 

DonManfred

Expert
Licensed User
Longtime User
did you set you additional library folder to a path inside program files???
Are you sure you removed it from the correct path?
Check if you do set your additional libs folder to this path (Tools-Configure Paths)
Also check if there is not another copy of this file (check Internal libs folder too)
 
Upvote 0

imgsimonebiliato

Well-Known Member
Licensed User
Longtime User
Did you set you additional library folder to a path inside program files???
Yes. I setted: C:\Program Files (x86)\Anywhere Software\Basic4android\AdditionalLibraries
Are you sure you removed it from the correct path?
Yes. Right now the folder is empty
Check if you do set your additional libs folder to this path (Tools-Configure Paths)
Done
Also check if there is not another copy of this file (check Internal libs folder too)
There is nothing into Libs folder
 
Upvote 0

imgsimonebiliato

Well-Known Member
Licensed User
Longtime User
are you using the lib in the past in the project you want to open?
Check the .b4a file. Open it with notepad++ and check the first lines... Maybe it is listed here?

Yes, I used the old library to this project, but now I want to remove it.
I checked the b4a file, but it isn't listed :(
 
Upvote 0

imgsimonebiliato

Well-Known Member
Licensed User
Longtime User
I solved changing the Additional libraries folder
 
Upvote 0
Top