Bug? Correct backup of multiplatform project

Alessandro71

Well-Known Member
Licensed User
Longtime User
I'm currently using the multiplatform suggested scheme:
B4X:
+ root dir
  common files
  + B4A dir
    android specific files
  + B4J dir
    pc specific files

the "export as a zip" and autobackup function of each environment, convert relative paths of each common module from .. to current dir, so the backup is not really useful to rebuild the full project
 

Alessandro71

Well-Known Member
Licensed User
Longtime User
I understand that.
What is the correct procedure for a proper backup of a multi platforms project?
Open each project, CTRL P for cleanup, then a zip of the whole root directory?
Is there a batch command for cleanup, so I can perform the whole procedure with a scripts?
 
Top