Android Question Reset Assets in Debug Mode?

Cadenzo

Active Member
Licensed User
Longtime User
In Debug mode I have different Asset Files, this lists many old files that are already deleted from assets:
B4X:
    For Each sFile As String In File.ListFiles(File.DirAssets)
        Log(sFile)
    Next
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
 
Top