3

i have released a version 1 on some app in the market. Can anyone tell me how to give an update of it?

thanks

Sukitha Udugamasooriya
  • 2,268
  • 1
  • 35
  • 56

3 Answers3

7
  • 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]
  • Select the app and upload as you did originally
Chris
  • 10,337
  • 1
  • 38
  • 46
  • @Smith pls see http://stackoverflow.com/questions/7453965/how-to-update-the-android-app-in-android-market – vnshetty Sep 17 '11 at 10:12
1

http://developer.android.com/guide/publishing/publishing.html

check out the publishing update section in the above web page

Josnidhin
  • 12,469
  • 9
  • 42
  • 61
0

Just make an upgrade apk with the android:versionCode attribute incremented, and then publish through your developer console in the market.

lbedogni
  • 7,917
  • 8
  • 30
  • 51