Cadenzo Active Member Licensed User Longtime User Jul 6, 2020 #1 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
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
Erel B4X founder Staff member Licensed User Longtime User Jul 6, 2020 #2 Uninstall the app and clean the project (Ctrl + P). Upvote 0