2016-03-02 28 views
3

我试图通过使用命令行工具创建和安装科尔多瓦窗口应用程序。当运行cordova run windows --device,外壳显示了这样的文字:没有提示签署科尔多瓦窗口应用程序的证书

Before installing this app, you need to do the following: 
     - Install the signing certificate 
Administrator credentials are required to continue. Please accept the UAC 
prompt and provide your administrator password if asked. 

的问题是,没有提示。科尔多瓦似乎坐在那里,等待我接受提示,但除了按ctrl-c之外,我什么也做不了。如何获得提示或以其他方式引起问题?

我的环境:Windows 8.1 Enterprise,VS Express 2013,Cordova 6.0.0。项目已具备创建:

cordova create hello 
cd hello 
cordova platform add windows 
cordova build windows 
cordova run windows --device 

回答

0

我没有挖的细节,但

cordova run windows --device -- --phone 

似乎做什么,我需要:它成功地安装应用程序到连接的电话。

+0

以及如何在模拟器上运行? – chipbk10

相关问题