Mornin' Erel,
Can you tell me where B4A is actually looking for additional libraries?
According to the Path menu it's the B4A libs folder & a user defined additional libs folder.
Does it also look in the current loaded B4A file's folder or B4A_folder\libs or \libraries ?
It would be nice it it did a lookup in the project folder aswell.
Here's some reasons why.
When copying a project over to another machine you always have the project required libraries there in the project folder, no need look them up and copy them to the B4A or add. libs folder.
When people on the forum request help and do a File > Export to zip it doesn't contain the library files either and sometimes it's a real struggle to find back the right libraries especially when some libraries have simular names.
Edit: actually the same goes for modules, classes etc.
would be cleaner if these were kept in
B4A_project\libraries
B4A_project\modules
B4A_project\classes
etc...
the root folder becomes quite a mess in larger projects
Edit2: the above for modules works already, just move it to the right folder and re-add it to the project.
Edit3: darn, at compile it copies the .bas modules back to the project root so we're back at the start :/