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 6e83f60 commit e828b48Copy full SHA for e828b48
src/processing/mode/android/AndroidMode.java
@@ -42,7 +42,8 @@ public class AndroidMode extends JavaMode {
42
private File coreZipLocation;
43
private AndroidRunner runner;
44
45
- public static boolean sdkDownloadInProgress = false;
+ static boolean sdkDownloadInProgress = false;
46
+
47
48
public AndroidMode(Base base, File folder) {
49
super(base, folder);
@@ -147,7 +148,7 @@ public void checkSDK(Editor parent) {
147
148
if (!sdkDownloadInProgress) {
149
Base.showWarning("It's gonna be a bad day",
150
"The Android SDK could not be loaded.\n" +
- "Use of Android mode will be all but disabled.",
151
+ "Use of Android Mode will be all but disabled.",
152
null);
153
}
154
0 commit comments