Crosswalk-Project版本代码问题?

时间:2016-03-23 21:24:42

标签: android google-play crosswalk crosswalk-project

我在Android Play商店中安装了版本代码为“20100000”且版本名称为“1.0.0”的Android应用。

我想更新我的新应用版本,但我对版本代码有疑问。

我在更新我的应用程序时出现错误“20100000版本代码已存在”。我更改了我的所有版本代码,但我总是看到这个错误。有人知道我怎么能更改版本代码吗?

的manifest.json

{
  "name": "",
  "short_name": "",
  "background_color": "#ffffff",
  "display": "standalone",
  "orientation": "any",
  "start_url": "index.html",
  "xwalk_app_version": "3.5",
  "xwalk_command_line": "",
  "xwalk_package_id": "",
  "xwalk_target_platforms": [
    "android"
  ],
  "xwalk_android_animatable_view": true,
  "xwalk_android_keep_screen_on": false,
  "xwalk_android_permissions": [
    "ACCESS_NETWORK_STATE",
    "ACCESS_WIFI_STATE",
    "INTERNET"
  ],
  "xwalk_windows_update_id": "",
  "icons": [
    {
      "src": "icon.png",
      "sizes": "72x72"
    }
  ]
}

CMD

python make_apk.py --package=x --manifest=x/manifest.json --arch=arm --keystore-path=x\crosswalk-17.46.448.10\x.keystore --keystore-alias=x --keystore-passcode=xxx

感谢。

1 个答案:

答案 0 :(得分:0)

尝试使用make_apk.py传递--app-versionCode命令。

--app-versionCode=APP_VERSIONCODE An integer corresponding to the android:versionCode attribute of the Android App Manifest. If specified, the value of the "--app-version" option is not used to set the value of the android:versionCode attribute.