In Debug mode I have different Asset Files, this lists many old files that are already deleted from assets:
I use USB Debugger, not the bridge. Correct asset files are listed in release mode and when using Legacy debugger.
How can I reset this? already tried restart ADB server and clean project, also restart the IDE
B4X:
For Each sFile As String In File.ListFiles(File.DirAssets)
Log(sFile)
Next
How can I reset this? already tried restart ADB server and clean project, also restart the IDE