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