File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
src/processing/mode/android Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 41
41
42
42
43
43
class AndroidSDK {
44
+ static final String DOWNLOAD_URL ="https://developer.android.com/studio/index.html#downloads" ;
45
+
44
46
private final File folder ;
45
47
private final File tools ;
46
48
private final File platforms ;
@@ -56,9 +58,8 @@ class AndroidSDK {
56
58
"If it is installed, click “Locate SDK path” to select the <br>" +
57
59
"location of the SDK, or “Download SDK” to let <br>" +
58
60
"Processing download the SDK automatically.<br><br>" +
59
- "If you want to download the SDK manually, you can visit <br>" +
60
- "http://developer.android.com/sdk/installing/index.html <br>" +
61
- "and select the stand-alone SDK tools. Make sure to install <br>" +
61
+ "If you want to download the SDK manually, you can get <br>" +
62
+ "the command line tools from <a href=\" " + DOWNLOAD_URL + "\" >here</a>. Make sure to install<br>" +
62
63
"the SDK platform for API 15 (Android 4.0.3) or higher." ;
63
64
64
65
private static final String SELECT_ANDROID_SDK_FOLDER =
You can’t perform that action at this time.
0 commit comments