使用 Intel XDK 递增应用程序版本代码时出错

Error when incrementing app version code using Intel XDK

当我将应用程序版本代码增加到 1.1 时,出现错误:

An unexpected error occurred while attempting to build the application.

如果我不更新应用程序版本代码,Google Play 商店会给我一个错误:

You need to use a different version code for your APK because you already have one with version code 1

如何正确更新应用版本码?

我对intel xdx不熟悉,不过版本号一般是这样的数字:

版本代码:11

在这种情况下版本名称可以是 1.1

所以使用 11 而不是 1.1 可能会有帮助。

我今天遇到了同样的问题,我正在看这里:

https://software.intel.com/en-us/xdk/articles/android-and-crosswalk-cordova-version-code-issues

然后,我发现了这个有用的话题!

但是,在项目设置中,我今天刚在 maj 2727 之后得到了设置中的版本代码……我之前无法更改它。