Android Question B4Xlib Not showing up

gregchao

Active Member
Licensed User
Longtime User
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.
 

Attachments

  • clXToastMessage.b4xlib
    4.2 KB · Views: 90

Xfood

Expert
Licensed User
I think you were wrong to insert the folder in the zip, try to zip it without including the folder
 
Upvote 0

Alessandro71

Well-Known Member
Licensed User
Longtime User
this trick may help avoiding mistakes:
 
Upvote 0
Top