Skip to content

Commit fea3c13

Browse files
author
Dimitar Tachev
authored
Merge pull request #4063 from NativeScript/fatme/fix-timeout-msg
fix: improve the message when not able to start an emulator so it can be useful for sidekick as well.
2 parents 89b5799 + d6cbcd6 commit fea3c13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/common/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,5 +155,5 @@ export class AndroidVirtualDevice {
155155
static TIMEOUT_SECONDS = 120;
156156
static GENYMOTION_DEFAULT_STDERR_STRING = "Logging activities to file";
157157

158-
static UNABLE_TO_START_EMULATOR_MESSAGE = "Cannot run your app in the native emulator. Increase the timeout of the operation with the --timeout option or try to restart your adb server with 'adb kill-server' command. Alternatively, run the Android Virtual Device manager and increase the allocated RAM for the virtual device.";
158+
static UNABLE_TO_START_EMULATOR_MESSAGE = "Cannot run the app in the selected native emulator. Try to restart the adb server by running the `adb kill-server` command in the Command Prompt, or increase the allocated RAM of the virtual device through the Android Virtual Device manager. NativeScript CLI users can try to increase the timeout of the operation by adding the `--timeout` flag.";
159159
}

0 commit comments

Comments
 (0)