我正在尝试使用命令行工具创建和安装Cordova Windows应用程序.当运行cordova运行windows –device时,shell会显示以下文本: Before installing this app, you need to do the following: - Install the signing certific
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我没有深入了解细节,但是
cordova run windows --device -- --phone
似乎做了我需要的:它成功地将应用程序安装到附加的手机上.