2016-11-25 32 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" ... >