You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Welcome page describes what will be done by the installer. It also allows the user to review the GitHub repository and the license agreement of the product.
31
+
The welcome page describes what will be done by the installer. It also allows the user to review the GitHub repository and the license agreement of the product.
32
32
33
33
-_**I Agree – Continue**_ button proceeds to the next step of the setup wizard.
34
34
@@ -67,7 +67,7 @@ If no such version detected:
67
67
68
68
-"Supported JDK version not found" message appears and an information about where it can be downloaded from and the "Install" button is disabled
69
69
70
-
When supported JDK version is detected the Install button is enabled and the user can proceed. An additional setup action is shown in case JAVA\_HOME environment variable is not set or it points to a wrong location. If the variable is set and valid the additional setup action is not shown.
70
+
When supported JDK version is detected the Install button is enabled and the user can proceed. An additional setup action is shown in case the `JAVA_HOME` environment variable is not set or it points to a wrong location. If the variable is set and valid the additional setup action is not shown.
71
71
72
72
#### Node.js
73
73
@@ -87,9 +87,9 @@ Shows whether Android SDK is installed on the machine.
If Android SDK is not detected an information about what version will be installed and how much download and installation space it requires is shown.
90
+
If an Android SDK is not detected, information about what version will be installed and how much download and installation space it requires is shown.
91
91
92
-
Whether Android SDK is installed or not, the following setup actions are available:
92
+
Whether the Android SDK is installed or not, the following setup actions are available:
93
93
94
94
-"Set ANDROID\_HOME environment variable" – visible only if the ANDROID\_HOME variable is not set or set and not valid
95
95
-"Update SDK features" – always visible. Use this option is your SDK is not up-to-date with the latest SDK features. If the installed SDK is regulary updated
0 commit comments