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
this.$errors.fail(`The NativeScript CLI requires Android runtime ${AndroidProjectService.MIN_RUNTIME_VERSION_WITH_GRADLE} or later to work properly.`);
83
+
this.$errors.failWithoutHelp(`The NativeScript CLI requires Android runtime ${AndroidProjectService.MIN_RUNTIME_VERSION_WITH_GRADLE} or later to work properly.`);
84
84
}
85
85
86
86
// TODO: Move these check to validate method once we do not support ant.
@@ -390,7 +390,7 @@ class AndroidProjectService extends projectServiceBaseLib.PlatformProjectService
390
390
privatecheckGradle(): IFuture<void>{
391
391
return(()=>{
392
392
if(!this.$sysInfo.getSysInfo().gradleVer){
393
-
this.$errors.fail("Error executing commands 'gradle', make sure you have gradle installed and added to your PATH.");
393
+
this.$errors.failWithoutHelp("Error executing commands 'gradle'. Make sure you have Gradle installed and its bin directory added to your PATH.");
0 commit comments