Hi
my app has issues to use files that are in the app/Files folder. I added these files in the Files tab with 'Add files', they are in that folder and they are shown in the File tab before and after pressing 'Sync'.
However, my app does not show the png file in the ImageView (Error loading bitmap: Error opening stream: The operation couldn’t be completed. No such file or directory)
and crashes when executing
Main.mp.Initialize(File.DirAssets, "sound.mp3", "mp")
This occurs only in debug mode. If I use 'Build release app' everything works.
I'm using Win7 64bit.
my app has issues to use files that are in the app/Files folder. I added these files in the Files tab with 'Add files', they are in that folder and they are shown in the File tab before and after pressing 'Sync'.
However, my app does not show the png file in the ImageView (Error loading bitmap: Error opening stream: The operation couldn’t be completed. No such file or directory)
and crashes when executing
Main.mp.Initialize(File.DirAssets, "sound.mp3", "mp")
This occurs only in debug mode. If I use 'Build release app' everything works.
I'm using Win7 64bit.