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.$logger.trace("In Android LiveSync tool, lastKnownError is: ",lastKnownError);
317
+
this.$logger.info(`Application ${configuration.appIdentifier} is not running on device ${configuration.deviceIdentifier}.`.yellow);
318
+
this.$logger.info(
319
+
`This issue may be caused by:
320
+
* crash at startup (try \`tns debug android --debug-brk\` to check why it crashes)
321
+
* different application identifier in your package.json and in your gradle files (check your identifier in \`package.json\` and in all *.gradle files in your App_Resources directory)
322
+
* device is locked
323
+
* manual closing of the application`.cyan);
324
+
reject(newError(`Application ${configuration.appIdentifier} is not running`));
0 commit comments