File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
src/processing/mode/android Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments