B4i 4.81
Debuging was working fine till now.
In my project I have couple of bitmaps but today debuging stops immediately after start.
Red info says that "No such file or directory" in line :
" bmpBackground.Initialize(File.DirAssets, "main_bg.jpg") "
This file physicaly exists in the folder. I do "Sync Folder" and also "Clean Project"
What is also interresting that project can be compiled into Release App and this bitmap work fine.
I only can`t run debug anymore.
What should I check next?
EDIT: I unninstall the app from phone and then run debuging again. Everything working now fine. Sorry for the trouble.
Debuging was working fine till now.
In my project I have couple of bitmaps but today debuging stops immediately after start.
Red info says that "No such file or directory" in line :
" bmpBackground.Initialize(File.DirAssets, "main_bg.jpg") "
This file physicaly exists in the folder. I do "Sync Folder" and also "Clean Project"
What is also interresting that project can be compiled into Release App and this bitmap work fine.
I only can`t run debug anymore.
What should I check next?
EDIT: I unninstall the app from phone and then run debuging again. Everything working now fine. Sorry for the trouble.
Last edited: