Hello,
When I run my app in debug, it returns the error messages
Error loading bitmap: Error opening stream: The operation couldn’t be completed. No such file or directory
This line writes once for each png found in a layout during the line (eg)
However, it runs fine in release mode.
Renaming the png's and resyncing works for images in layout files, before it reoccurs after some time. Renaming does not work for images in the tabbar. Leaving images in the tabbar causes it to crash in debug mode (same error message, but adds the line that it occurs), while in release mode it builds fine.
Have tried restarting b4i, restarting computer, cleaning files, cleaning project.
Any help would be great!
When I run my app in debug, it returns the error messages
Error loading bitmap: Error opening stream: The operation couldn’t be completed. No such file or directory
This line writes once for each png found in a layout during the line (eg)
B4X:
Page1.RootPanel.LoadLayout("1")
However, it runs fine in release mode.
Renaming the png's and resyncing works for images in layout files, before it reoccurs after some time. Renaming does not work for images in the tabbar. Leaving images in the tabbar causes it to crash in debug mode (same error message, but adds the line that it occurs), while in release mode it builds fine.
Have tried restarting b4i, restarting computer, cleaning files, cleaning project.
Any help would be great!