【发布时间】:2017-01-28 10:12:57
【问题描述】:
我正在开发 PhoneGap 应用程序。
我的应用已经完成了 iOS 和 Android 平台。
我确实使用 XCode 和 Android Studio 为两者创建构建。
但我正在努力使用 Windows 平台为 Windows 创建应用程序。
我通过终端尝试了以下事情:
phonegap platform remove windows
phonegap local build windows
[warning] The command `phonegap local <command>` has been DEPRECATED.
[warning] The command has been delegated to `phonegap <command>`.
[warning] The command `phonegap local <command>` will soon be removed.
[phonegap] executing 'cordova platform add --save windows' ...
[phonegap] completed 'cordova platform add --save windows'
[phonegap] executing 'cordova build windows ' ...
The following navigation rule had an invalid URI scheme and is ignored: "*".
Error: No valid MSBuild was detected for the selected target.
phonegap remote build windows
[phonegap] compressing the app...
[phonegap] uploading the app...
[error] {"error":"app 2270357 not found"}
[error]
所以,我无法在本地或通过远程为 Windows 平台创建构建。
请帮我解决这个问题。
【问题讨论】:
标签: windows cordova build msbuild phonegap-cli