Can anyone tell me what I am doing wrong? I copied my B4x cross-platform class module (clxtoastmessage.bas) and manifest.txt file into a directory, zipped it, and then changed the extension to .b4xlib. I then copied file to my B4alibrary folder. I created a new project and included the new library in the project. I am not able to access my new library element in my project. It just does not show up. The code below says that the clxtoastmanager does not exit.
Dim tm as clxtoastmanager
I have included the .b4xlib. You can see the source file by changing the extension back to .zip and unzipping it.
Trying to find an automated way to build a B4X library, I found this method, I'd like to share for improvements and suggestions. I'm using B4J as the development environment for the sake of simplicity. I've created a Non-UI application, just to have a framework to test the code in. My first...