mirror of
https://github.com/processing/processing4.git
synced 2026-02-25 08:18:58 +01:00
remove includeantruntime warning
This commit is contained in:
@@ -444,8 +444,11 @@ class AndroidBuild extends JavaBuild {
|
||||
|
||||
private void writeProjectProps(final File file) {
|
||||
final PrintWriter writer = PApplet.createWriter(file);
|
||||
//writer.println("target=Google Inc.:Google APIs:" + sdkVersion);
|
||||
writer.println("target=" + sdkTarget);
|
||||
writer.println();
|
||||
// http://stackoverflow.com/questions/4821043/includeantruntime-was-not-set-for-android-ant-script
|
||||
writer.println("# Suppress the javac task warnings about \"includeAntRuntime\"");
|
||||
writer.println("build.sysclasspath=last");
|
||||
writer.flush();
|
||||
writer.close();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user