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 f20506e commit c00cf3cCopy full SHA for c00cf3c
src/processing/mode/android/AndroidMode.java
@@ -159,6 +159,15 @@ public AndroidSDK getSDK() {
159
160
@Override
161
public String getSearchPath() {
162
+ if (sdk == null) {
163
+ checkSDK(null);
164
+ }
165
+
166
167
+ Messages.log("Android SDK path couldn't be loaded.");
168
+ return "";
169
170
171
String androidJarPath = sdk.getSdkFolder().getAbsolutePath() +
172
File.separator + "platforms" + File.separator + "android-" +
173
AndroidBuild.sdkVersion + File.separator + "android.jar";
0 commit comments