I have a library created with B4A. This library looks for about 50 different .png files. I currently have them in a folder named ftypes and placed in the Files folder. I would like to embed them in the .jar file of the library so they do not have to be added to the project so they will be self contained.
I hope Erel sees one of these threads, I am looking forward to his wisdom and the answer. I know how to add them to the .jar file but what I don't know is how to reference them in code.
I hope Erel sees one of these threads, I am looking forward to his wisdom and the answer. I know how to add them to the .jar file but what I don't know is how to reference them in code.
I use subfolders in assets all the time and have never had any issues doing so. I am not sure what you are referring to? The question we had was not related to files in assets in particularly, but as an embedded library reference object.