Opening files within android mode
in
Android Processing
•
2 years ago
I am attempting to open a CSV file in android mode located outside of the data directory, on external storage linked through USB.
loadStrings, selectInput, getDataPath etc are all unsupported, as is the serial library.
My device is able to act as a usb host and read the drive, but I am having trouble getting processing to either copy the file into /data or to load it at all. Some errors are crazy, some simply say unknown error, but mostly I get that the file location is null. I'm using the basic PDE.
1