The application has stopped unexpectedly on loadstrings("data.txt")
in
Android Processing
•
1 year ago
I'm a newbie and I made an application to get information from a file and display it on the android emulator. The app works well without android mode on processing enabled but when android mode is enabled, it fails. It fails on a this line:
eachline=loadstrings("data.txt");
which means that it can't find the file data.txt. eachline is of type String [].
data.txt is saved in the same folder as the pde script on my computer but I'm not sure how to send it to the android emulator or where in the android emulator to store it (if I need to) so that the file can be loaded correctly.
1