I have an application that displays html files in my webview. If I delete a file from the DirAssets folder, modify it and place it again, the application will show the old, unchanged file anyway.
The application will even display the deleted file.
I don't want to rename files.
Is there a folder in windows where the files are placed and where they should be deleted...?.
I have an application that displays html files in my webview. If I delete a file from the DirAssets folder, modify it and place it again, the application will show the old, unchanged file anyway.
The application will even display the deleted file.
I don't want to rename files.
Is there a folder in windows where the files are placed and where they should be deleted...?.
I have the same problem, i use often the clean function on B4A too and 4 weeks ago I have restructured my project and there were a lot of classes that I have deleted from the project for over a year. After deleting it from the file system and recompile, the app size was also much smaller.