how to publish an update to application on the android market?

前端 未结 4 1927
[愿得一人]
[愿得一人] 2021-01-31 17:38

I already have an application on the android market and now I want to upload an update to that application. I have made the new application with the same package name, I have in

4条回答
  •  有刺的猬
    2021-01-31 18:05

    You need to upload your new app as the same app as previous version except you need to increment the version number in manifest xml.

    So if you have manifest file like following:

    
    

    You will need following:

    
    

提交回复
热议问题