processing-android command line
in
Android Processing
•
3 months ago
According to
issue #1361 and
pull #1731 on github, there is now a command line utility to run processing in Android mode. Apparently this new utility has been merged into the latest version of Processing, but I can't figure out where in 2.0.1 it may be lurking. I've found the source code for the bash script
here. However, when I run it in terminal, I get the following error:
- readlink: illegal option -- f
- usage: readlink [-n] [file ...]
- readlink: illegal option -- f
- usage: readlink [-n] [file ...]
- readlink: illegal option -- e
- usage: readlink [-n] [file ...]
- Error: Could not find or load main class processing.mode.android.Commander
1