2016-03-23 16 views
-1

Google Play Store'da "20100000" sürüm kodu ve "1.0.0" sürüm adıyla android uygulamasına sahibim.Crosswalk-Project sürüm kodu sorunu?

Yeni uygulama sürümümü güncellemek istiyorum ancak sürüm koduyla ilgili bir sorunum var.

Uygulamamı güncellerken "20100000 sürüm kodu zaten mevcut" bir hata var. Sürüm kodumu değiştirdim, ancak her zaman bu hatayı görüyorum.Yalnızca sürüm kodunu nasıl değiştirebileceğimi biliyor musunuz?

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 

teşekkürler.

cevap

0

make_apk.py ile --app-versionCode komutunu iletmeye çalışın.

--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.