[ 
https://issues.apache.org/jira/browse/CB-12059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15607965#comment-15607965
 ] 

Vladimir Kotikov commented on CB-12059:
---------------------------------------

bq. {{Cannot launch the app with current version of Windows 10 SDK tools. You 
will have to launch the app after installation is completed}}
This message is emitted always when you're trying to deploy app to windows 
phone device. There was some bug in WinAppDeployCmd that was preventing us from 
launching app after installation. This might have been fixed already, but we 
didn't have a chance to revisit this, so this is actually not an error, just 
warning that you may safely ignore.

bq. {{Error: Unexpected error from installation...}}
This basically means that something is happened inside WinAppDeployCmd, we 
don't know how to handle. Even though the app has been installed, 
WinAppDeployCmd returned an error, and since we can't check if the app was 
really installed updated on device, we just report this error back assuming 
that if something went wrong then the app probably hasn't been installed.

If you feel that this is an issue for you, please open a separate ticket, 
perhaps with more detailed repro steps, so we can validate the problem and see 
if it's possible to fix it at our end.

Thanks.

> No devices returned by cordova run windows --list
> -------------------------------------------------
>
>                 Key: CB-12059
>                 URL: https://issues.apache.org/jira/browse/CB-12059
>             Project: Apache Cordova
>          Issue Type: Bug
>    Affects Versions: 6.3.1
>            Reporter: Graeme Mawson
>              Labels: reproduced, triaged
>
> Cordova CLI v6.3.1, Cordova Windows v4.4.2 on Surface Pro 4.
> I have Visual Studio 2015 installed and the Win 10 SDK and can successfully 
> deploy my apps to the SurfacePro using the Cordova command line via:
> cordova run windows
> I have a Lumia 550 Windows 10 phone connected via USB to the SurfacePro and 
> have enabled Developer Mode, Device discovery and Device Portal (without 
> Authentication) on the phone in the Settings under "For Developers".
> I can deploy to this phone by opening the CordovaApp.sln file generated by 
> Cordova in Visual Studio, selecting ARM and deploying to the attached device. 
> It works well.
> When I run this command:
> WinAppDeployCmd devices
> I get this output which indicates that my phone is found:
> Discovering devices...
> IP Address  GUID                       Model/Name
> 127.0.0.1     <GUID removed>   Lumia 550 (RM-1127)
> Done.
> However, when I run the following Cordova CLI command:
> cordova run windows --list
> I get this output which indicates no devices found:
> Available windows devices:
> Available windows virtual devices:
> Given that Cordova doesn't recognise my attached device, I am not able to 
> deploy directly to it using the Cordova CLI.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to