We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 122b4e3 commit e9d1515Copy full SHA for e9d1515
src/processing/mode/android/AndroidTool.java
@@ -33,6 +33,10 @@
33
import processing.app.contrib.LocalContribution;
34
import processing.app.tools.Tool;
35
36
+/**
37
+ * Specialized local contribution for Android tools. Cannot use ToolContribution
38
+ * from processing-app since Android tools may need SDK jars in the classpath.
39
+ */
40
public class AndroidTool extends LocalContribution implements Tool, Comparable<AndroidTool> {
41
private AndroidSDK sdk;
42
private Tool tool;
0 commit comments