Android Question What happen ?

little3399

Active Member
Licensed User
Longtime User
Hi

Is there anyone can told me what happend when daplay follow message ? TKS!


upload_2014-7-8_14-4-27.png
temp

temp
 

Attachments

  • upload_2014-7-8_14-2-6.png
    upload_2014-7-8_14-2-6.png
    39.7 KB · Views: 159

ilan

Expert
Licensed User
Longtime User
its very clear what happend

you try to read from a file that does not exist !!

try first to check if the file exist

if file.exist... then
log("file exist = true")
end if
 
Upvote 0

derez

Expert
Licensed User
Longtime User
The message say that a file or directory has not been found.
Run the program from the IDE in debug mode and you will see where the error is and more detailed messages in the log.
 
Upvote 0
Top