0

I saw many question addressing this issue but still i have some doubts...

I followed the steps given by Chris Smith in this question

  • Increase the value of the android:versionCode attribute of the <manifest> element in your AndroidManifest.xml
  • Build, sign, zipalign the apk as you did originally
  • Go to http://market.android.com/publish/Home
  • Click on the app name
  • Click on [Upload Upgrade]

But no where i could found [Upload Upgrade] option in developer console as he told. Please see the image below enter image description here

Anyone knows what was the problem?

Community
  • 1
  • 1
vnshetty
  • 20,051
  • 23
  • 64
  • 102

1 Answers1

2

Google changed the upgrade GUI so the post that you are referring to is no longer valid. From your screen

  • click 'save' button
  • click 'switch to advance mode' it will show multiple version of your APKs
  • you will be able to 'activate' the desired version.
datalost
  • 3,765
  • 1
  • 25
  • 32
  • do you know what is replace and remove option? – vnshetty Sep 17 '11 at 10:33
  • Ex. given that you already uploaded v1.1. you may want to delete this version or update this version to use another APK file. (It is not adding the new version) – datalost Sep 17 '11 at 10:45
  • Okay thanks for your speedy reply still i have one doubt if i do like u told " it will show multiple version of your APK and you will be able to 'activate' the desired version." will i get the download statics from old version? – vnshetty Sep 17 '11 at 10:51
  • To see stats, go to https://market.android.com/publish/Home you will see the 'Statistics' link at the 3rd column. Unfortunately, it's a summary of all versions. – datalost Sep 17 '11 at 10:58