File tree 1 file changed +6
-4
lines changed
src/processing/mode/android
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -36,10 +36,12 @@ class AndroidSDK {
36
36
"because the ANDROID_SDK variable is not set. <br>" +
37
37
"If it is installed, click “Locate SDK path” to select the <br>" +
38
38
"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
+
43
45
private static final String SELECT_ANDROID_SDK_FOLDER =
44
46
"Choose the location of the Android SDK" ;
45
47
You can’t perform that action at this time.
0 commit comments