I upload my application in Google Play with the default versionCode and versionName, but i have a new code and i need to change this versionCode and versionName.
I searched for some solutions for this problem but any solution works for me
android-versionCode="2" android-versionName="2.0"
android:versionCode="2" android:versionName="2.0"
defaultConfig { android:versionCode 2 android:versionName "2.0" }
After configure this files i use the command
aapt dump badging myappPath.apk
It always returns versionCode="1" and versionName="1.0"
Please, help me.
In cordova project> properties > WMAppManifest. xml file you can change you app's name and icon as well.
edit your config.xml, add "android-versionCode" and specify your versionCode manually:
widget id="com.xxxxx.yyyyyyyyyyy" android-versionCode="201018"
version="2.1.1"
You may specify it in your config.xml file :
<widget id="io.cordova.hellocordova"
version="0.0.1"
android-versionCode="7"
ios-CFBundleVersion="3.3.3">
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With