Process in updating my app in the market

跟風遠走 提交于 2019-12-01 21:11:19
  • 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

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

check out the publishing update section in the above web page

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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!