Trying to use the lockscreen library, I get "Module lockscreen" not found error when compiling ???
Log has no info....
Any ideas ?
you forgot to add the Module LockScreen.bas from the example to your new project.
copy the LockScreen.bas to your Projectdir and then in the ide you use
and then select the lockscreen.bas
Recompile again then
--------------------------------
to be more precise
lockscreen.b4a and lockscreen.b4a.meta is the project itself. In the ide it is the MAIN module
LockScreen.bas is the module LockScreen which is added to the Project as described.
When you use such example then the module is already added. When you create a new Project you need to add the module by yourself