我正在尝试为Windows手机构建一个cordova应用程序,
当我跑
时cordova build windows --release
它构建应用程序就好了,但当我转到文件夹c:/users/name/docs/proj/platform/windows
时,只有一个.sln
文件。构建后它不会更新。当我打开此文件将其构建到我的测试设备时,我收到以下错误:
Error DEP6701 : Bootstrapping failed with unexpected error: 'Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.'. CordovaApp.Windows10
根据 - https://cordova.apache.org/docs/en/latest/guide/platforms/win8/
cordova build windows --release
build命令应生成一个新的.sln
文件,但我说文件没有生成,现有文件也没有更新。
--- ---更新
我现在可以打开cordova创建的.sln文件,但我无法发布CordovaApp.Windows10 (UW)
项目,因为没有发布选项