When using sample projects (such as those which are often included with additional libraries) there does not seem to be an easy way to discover which libraries need to be referenced. I believe the only way to find out is to run or compile the project and inspect the error message. You then need to download the library and re-start B4A. Since the compiler stops at the first error, you need to repeat this procedure for each missing library. It's very inefficient!
One simple solution would be if the author could include a comment stating which libraries are needed. Indeed if a comment block were added to the template it would encourage authors to document their code.
One simple solution would be if the author could include a comment stating which libraries are needed. Indeed if a comment block were added to the template it would encourage authors to document their code.