I'm well into developing my first B4A app and all was going well until today.
I'm using a sqlite database to store information and one of the tables has a column that stores the file name for an image that is displayed on a panel when the record is selected (I believe that sqlite recommends storing images separately from the database instead of using a blob in the table).
Anyway...the png files are located in the File.DirAssets folder and when I attempt to load them into an ImageView nothing happens. If I look at the files on the device using a file explorer app they have a corrupt symbol displaying. If I copy the files back to a temporary location on the laptop they show also show as corrupted. The original images are fine.
I also tried exporting the project to a zip archive but that produces the following error dialogue message:
"An error occurred. size was 0, but I expected 250880"
Has anyone come across this sort of issue before?
Thanks in advance...
I'm using a sqlite database to store information and one of the tables has a column that stores the file name for an image that is displayed on a panel when the record is selected (I believe that sqlite recommends storing images separately from the database instead of using a blob in the table).
Anyway...the png files are located in the File.DirAssets folder and when I attempt to load them into an ImageView nothing happens. If I look at the files on the device using a file explorer app they have a corrupt symbol displaying. If I copy the files back to a temporary location on the laptop they show also show as corrupted. The original images are fine.
I also tried exporting the project to a zip archive but that produces the following error dialogue message:
"An error occurred. size was 0, but I expected 250880"
Has anyone come across this sort of issue before?
Thanks in advance...