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
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: