2016-11-25 31 views
0

上传尝试上传的科尔多瓦建设使用Fastlane Supply当谷歌API错误失败,此错误:与供应

Google Api Error: multiApkShadowedActiveApk: Version 10125 of this app can not be downloaded by any devices as they will all receive APKs with higher version codes.

它可能已经开始发生我更新到cordova-android 6.0.0后。不能确定寿。

有一两件事我想补充的是,我不指定10125风格的版本,在项目的任何地方。我只更新内部widget标签X.X.X版本风格version属性。

回答

0

事实证明,cordova-android改变了它如何计算标记内的version值中的versionCode

的解决方案是手动指定的versionCode:

<widget version="1.1.26" android-versionCode="101260" ... >