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/common/constants.ts
+1-1
Original file line number
Diff line number
Diff line change
@@ -155,5 +155,5 @@ export class AndroidVirtualDevice {
155
155
staticTIMEOUT_SECONDS=120;
156
156
staticGENYMOTION_DEFAULT_STDERR_STRING="Logging activities to file";
157
157
158
-
staticUNABLE_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
+
staticUNABLE_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.";
Copy file name to clipboardExpand all lines: lib/definitions/debug.d.ts
+4
Original file line number
Diff line number
Diff line change
@@ -95,6 +95,10 @@ interface IDebugOptions {
95
95
* The sdk version of the emulator.
96
96
*/
97
97
sdk?: string;
98
+
/**
99
+
* Defines if the handshake(AppLaunching notification) between CLI and runtime should be executed. The handshake is not needed when CLI retries to attach to the debugger.
0 commit comments