无法更改 VS2015 RC Apache Cordova 工具上的屏幕方向

Cannot change screen orientation on VS2015 RC Apache Cordova Tools

我刚刚使用 Visual Studio 2015 Enterprise RC 从模板创建了一个空白应用程序,当我将屏幕方向更改为纵向时,构建在 Android 上失败,并且出现以下错误。

[aapt] C:\Users\HasanDogu\Documents\Visual Studio 2015\Projects\BlankCordovaApp3\BlankCordovaApp3\platforms\android\ant-build\AndroidManifest.xml:6: 错误:错误:不允许字符串类型(在 'screenOrientation' 处,值为 'Portrait').

'portrait' 中第一个字母的大写似乎不是 screenOrientation 的有效条目。这个问题有解决方法吗?

我已经问过这个问题并得到了微软的回应,在查看代码模式下打开 config.xml 并将纵向更改为纵向。