-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
Description
Original author: mark.hud...@gmail.com (June 17, 2012 20:22:27)
Not sure whether this is a bug, but the functions for directory/file access that work on PC, don't all work on Android.
e.g.
createOutput("//sdcard//MyFile.txt") works fine on Android to create a new file on the SD card, as it does on a PC (although I can't get it to create folders?)
But, the related selectOutput() that brings up a platform specific file save dialogue only works on a PC (not tried OSX) - I get an "Error from inside Android tools" message during compilation. Not sure if it is supposed to work on Android, but would be very useful if it did :)
Mark
a
Original issue: http://code.google.com/p/processing/issues/detail?id=1113
Reactions are currently unavailable