victormedranop Well-Known Member Licensed User Longtime User Dec 16, 2016 #1 I made this question for understand why de compiler b4x delete file en folder res/ /res/layout etc. Thanks, Victor
I made this question for understand why de compiler b4x delete file en folder res/ /res/layout etc. Thanks, Victor
KMatle Expert Licensed User Longtime User Dec 17, 2016 #2 If I get you right: It is normal because all the files are generated due to the compile (as the *.apk file is overwritten when you compile). Did you store any other files there? Use another folder and add the files via Files Manager. Upvote 0
If I get you right: It is normal because all the files are generated due to the compile (as the *.apk file is overwritten when you compile). Did you store any other files there? Use another folder and add the files via Files Manager.
Erel B4X founder Staff member Licensed User Longtime User Dec 18, 2016 #3 The IDE manages the res folder. It can create new files during compilation. Note that icons and readonly files will not be deleted. You should add text resources with CreateResource command (in the manifest editor). Upvote 0
The IDE manages the res folder. It can create new files during compilation. Note that icons and readonly files will not be deleted. You should add text resources with CreateResource command (in the manifest editor).