File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/processing/mode/android Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ class AndroidSDK {
65
65
"https://developer.android.com/studio/index.html#downloads" ;
66
66
67
67
private static final String MISSING_SDK_TITLE =
68
- "Is the Android SDK installed? " ;
68
+ "Cannot find the Android SDK... " ;
69
69
70
70
private static final String MISSING_SDK_MESSAGE =
71
71
"The Android SDK does not appear to be installed, " +
@@ -78,7 +78,7 @@ class AndroidSDK {
78
78
"Make sure to install the SDK platform for API " + AndroidBuild .TARGET_SDK + "." ;
79
79
80
80
private static final String INVALID_SDK_TITLE =
81
- "Is the required Android API installed? " ;
81
+ "Cannot find the required SDK platform version... " ;
82
82
83
83
private static final String INVALID_SDK_MESSAGE =
84
84
"The Android SDK appears to be installed, " +
You can’t perform that action at this time.
0 commit comments