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 a95a447 commit 3df830dCopy full SHA for 3df830d
mode/src/processing/mode/android/AndroidMode.java
@@ -172,7 +172,7 @@ public void checkSDK(Editor editor) {
172
}
173
if (sdk == null) {
174
Messages.showWarning(AndroidMode.getTextString("android_mode.warn.cannot_load_sdk_title"),
175
- AndroidMode.getTextString("android_mode.warn.cannot_load_sdk_body"), tr);
+ AndroidMode.getTextString("android_mode.warn.cannot_load_sdk_body",tr.getMessage()), tr);
176
} else {
177
Devices devices = Devices.getInstance();
178
devices.setSDK(sdk);
0 commit comments