Because I permanently forget to add the resource folders to my projects if I export them with "Export As Zip" I wish that resource folders which are located directly in the Project folder should be added to the zip automagically.
To make it easier there should be a variable like the $AdditionalLibs$ for the Project folder.
Assume the following in the B4A project:
The resources folder "resources" in the project folder should be added to the zip with "Export As Zip".
The same may be useful for #AdditionalJar:. If the additional library is local to the project folder it should be added to the zip.
To make it easier there should be a variable like the $AdditionalLibs$ for the Project folder.
Assume the following in the B4A project:
B4X:
#AdditionalRes: $ProjectFolder$\resources
#AdditionalRes: $AdditionalLibs$\resource\mylibresources, com.xxx.yyyy
The resources folder "resources" in the project folder should be added to the zip with "Export As Zip".
The same may be useful for #AdditionalJar:. If the additional library is local to the project folder it should be added to the zip.