- I load a run an app that has one png file to display in an imageview as a test and with a package name: b4a.example.
- I load and run another app with the same package name and label as the first: b4a.example (since it is a test, I want to overwrite the first) that displays a few png files. Before I run the second app, I clean project, clean files folder, then re-sync folder, but the file from the first app which does not belong to the second app appears when I display all files when app is run, although it is not shown in the IDE right pane of the file manager or in the files folder.
Is this a normal File.DirAssets folder behavior to inherit a file(s) from a previously run app with the same package name?