Android developer console app update
问题 How do I release an update for my app? I can not find an update apk option on the developer console. 回答1: You just upload a new apk file, which should have a higher version code and a higher version number than the previous apk. 回答2: As Pompe says; but also be aware: Before uploading the updated application, be sure that you have incremented the android:versionCode and android:versionName attributes in the element of the manifest file. Also, the package name must be the same as the existing