Friday 15 April 2011

android - Google Play Uploading new APK file -



android - Google Play Uploading new APK file -

i uploaded apk alpha version 1.0 , published alpha. made changes in application , want alter previous apk says 1.0 exists. tried upload 1.0.1 says same. should do?

old manifist file

<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.example.urlconnectionclass" android:versioncode="1" android:versionname="1.0.0" >

new manifest file

<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.example.urlconnectionclass" android:versioncode="2" android:versionname="1.1.0" >

always increse value of versioncode , versionname while uploding apk of same production

android version apk publish

No comments:

Post a Comment