get android mode working again

This commit is contained in:
benfry
2011-01-29 02:33:28 +00:00
parent cd1d1e0782
commit ad6f829507
11 changed files with 128 additions and 38 deletions

View File

@@ -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;