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.failWithoutHelp(`Unable to find "${this.androidExecutableName}" executable file. Make sure you have set ANDROID_HOME environment variable correctly.`);
47
+
this.printMessage(`Unable to find "${this.androidExecutableName}" executable file. Make sure you have set ANDROID_HOME environment variable correctly.`);
48
48
}
49
49
}else{
50
-
this.$errors.failWithoutHelp("ANDROID_HOME environment variable is not set correctly.");
50
+
this.printMessage("ANDROID_HOME environment variable is not set correctly.");
0 commit comments