Skip to content

Commit 11f0685

Browse files
committed
added more details in the SDK installation dialog
1 parent 907a9f1 commit 11f0685

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/processing/mode/android/AndroidSDK.java

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,12 @@ class AndroidSDK {
3636
"because the ANDROID_SDK variable is not set. <br>" +
3737
"If it is installed, click “Locate SDK path” to select the <br>" +
3838
"location of the SDK, or “Download SDK” to let <br>" +
39-
"Processing download SDK automatically.<br><br>" +
40-
"If you want to download SDK manually, you can visit <br>"+
41-
"download site at http://developer.android.com/sdk.";
42-
39+
"Processing download the SDK automatically.<br><br>" +
40+
"If you want to download the SDK manually, you can visit <br>"+
41+
"http://developer.android.com/sdk/installing/index.html <br>" +
42+
"and select the stand-alone SDK tools. Make sure to install <br>"+
43+
"the SDK platform for API 15 (Android 4.0.3) or higher.";
44+
4345
private static final String SELECT_ANDROID_SDK_FOLDER =
4446
"Choose the location of the Android SDK";
4547

0 commit comments

Comments
 (0)