Skip to content

Commit f7752ae

Browse files
committed
fix methods setup so that android also auto-adds methods from PGraphics/PImage
1 parent ab958db commit f7752ae

6 files changed

Lines changed: 856 additions & 4 deletions

File tree

android/core/build.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
</target>
1919

2020
<target name="actual_build" if="env.ANDROID_SDK">
21+
<taskdef name="methods"
22+
classname="PAppletMethods"
23+
classpath="../../core/methods/methods.jar" />
24+
<methods dir="${basedir}/src/processing/core" recorder="false" />
25+
2126
<mkdir dir="bin" />
2227
<javac target="1.5"
2328
encoding="UTF-8"

0 commit comments

Comments
 (0)