Processing Forum
I am using Processing in Eclipse on a Mac and trying to find a quicker way to Present on an Android instead of copying, pasting, and editing my code in Processing and running it in Android mode there. I already addedfrom http://processing.org/learning/eclipse/, but when I run as a Java Application with my phone connected, it doesn't run on the phone. Can someone help me solve this please? Thanks, Chloe
public static void main(String args[]) { PApplet.main(new String[] { "--present", "ProgramName" }); }