Android Question Why compiler delete file from res / folder

victormedranop

Well-Known Member
Licensed User
Longtime User
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
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
Top