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
Copy file name to clipboardExpand all lines: lib/constants.ts
+1
Original file line number
Diff line number
Diff line change
@@ -288,6 +288,7 @@ export class BundleValidatorMessages {
288
288
exportclassAndroidBundleValidatorMessages{
289
289
publicstaticAAB_NOT_SUPPORTED_BY_COMMNAND_MESSAGE="This command does not support --aab (Android App Bundle) parameter.";
290
290
publicstaticNOT_SUPPORTED_RUNTIME_VERSION="Android App Bundle (--aab) option requires NativeScript Android Runtime (tns-android) version %s and above.";
291
+
publicstaticNOT_SUPPORTED_ANDROID_VERSION="Cannot use the Android App Bundle (--aab) option on device '%s' with Android '%s'. The --aab options is supported on Android '%s' and above.";
0 commit comments