mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 10:30:44 +01:00
get android mode working again
This commit is contained in:
@@ -53,8 +53,8 @@ public class JavaBuild {
|
||||
// what happens in the build, stays in the build.
|
||||
// (which is to say that everything below this line, stays within this class)
|
||||
|
||||
private File srcFolder;
|
||||
private File binFolder;
|
||||
protected File srcFolder;
|
||||
protected File binFolder;
|
||||
private boolean foundMain = false;
|
||||
private String classPath;
|
||||
protected String sketchClassName;
|
||||
|
||||
Reference in New Issue
Block a user