在Phonegap Build中更改我的应用程序的版本号

时间:2014-04-02 23:33:05

标签: xml cordova

我无法在config.xml中更改(我的应用程序)版本和手机版本号。每次我这样做,ii得到错误的config.xml

AppLoader给了我一个错误,我的版本号(我现在有一个推送通知的新应用版本。我想做的就是换掉二进制文件)不对

当我在这里更改版本号时:(这是我所做的唯一更改)

version=”1.0.0″ xmlns=”http://www.w3.org/ns/widgets” xmlns:gap=”http://phonegap.com/ns/1.0″>

version=”1.2.0″ xmlns=”http://www.w3.org/ns/widgets” xmlns:gap=”http://phonegap.com/ns/1.0″>

PGB告诉我config.xml文件格式不正确。

HELP!

1 个答案:

答案 0 :(得分:1)

会添加"<"帮助

<version=”1.2.0″ xmlns=”http://www.w3.org/ns/widgets” xmlns:gap=”http://phonegap.com/ns/1.0″>

此外,有时&#34;标记不正确。也许,重新使用所有新引号会解决吗?