Bug? Missing files in export as zip comment link

Alessandro71

Well-Known Member
Licensed User
Longtime User
Since I'm working on multiplatform projects, I've begun to use the "export as zip" comment link provided in the B4XPages template, thinking that it should fully backup the whole multiplatform project.
I've just noticed that the B4A subdir is missing the Object\res tree, which means the icons are not backed up.
My project backups are missing the following files:
\B4A\Objects\res\mipmap
  • background.png
  • ic_launcher.png
  • foreground.png
which makes up the new adaptive icons layout
but even the old format
\B4A\Objects\res\drawable
  • icon.png
  • notification.png
are missing
 

Alessandro71

Well-Known Member
Licensed User
Longtime User
Note that the mipmap files need to be set to read-only after you extract the zip.
these caveats are easy to forget: can they be automated by the IDE itself after first opening a project?
 
Top