I have a nice little appointment application but will only run in DeBug.
I gather data in a Listview and on each record I add a line to a list. I use the list so I can print the list.
The app works fully and without error if I compile in DeBug but if I compile in Release mode I get the error below (I can't find Line 1302):
An error has occured in sub:
main_hc_responsesuccess
(Java line: 1302)
java.io.FileNotFoundException:
/mnt/sdcard/Documents/List.
txt (Permission denied)
The Code:
File.WriteList("/mnt/sdcard/Documents/", "List.txt", List1)
Any help will be deeply appreciated.
I gather data in a Listview and on each record I add a line to a list. I use the list so I can print the list.
The app works fully and without error if I compile in DeBug but if I compile in Release mode I get the error below (I can't find Line 1302):
An error has occured in sub:
main_hc_responsesuccess
(Java line: 1302)
java.io.FileNotFoundException:
/mnt/sdcard/Documents/List.
txt (Permission denied)
The Code:
File.WriteList("/mnt/sdcard/Documents/", "List.txt", List1)
Any help will be deeply appreciated.