将 Android 市场上的应用程序替换为较新版本 1.1
我已将我的应用程序上传到 android market https://market.android .com/details?id=com.zealous.estimatetracker&feature=search_result,bt 有一些问题,所以我解决了它们,现在我有了新的 API .apk 文件2-16+。但是我找不到任何方法来删除以前的应用程序。并且可以提供另一个版本并发布它。但我想用新的应用程序替换该应用程序..如果有任何方法可以做到这一点,请建议我.. 提前致谢..
I have uploaded my application to android market https://market.android.com/details?id=com.zealous.estimatetracker&feature=search_result,bt there were some issues so i solved them and now i have new .apk file for API 2-16+.But i m not able to find any way to delete that previous app.and it is possible to give another version and publishing it.but i want to replace that application with new one..if any way to do that plzz suggest me..
thanks in advance..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
登录您的 Android 市场开发者控制台,单击您要更新的应用程序。然后单击“APK 文件”选项卡。从那里,按“上传 APK”按钮。上传后,您必须停用旧版本,然后激活新版本。
Log in to your android market developer console, click on the app you want to update. Then click on the "APK files" tab. From there, press the "Upload APK" button. After uploading you'll then have to deactivate your old version and then activate the new version.
您需要上传具有更高版本号的新 apk 文件。然后你用它来替换旧的。
You need to upload a new apk file with a higher build number. Then you use it to replace the old one.
上面的答案没有解释停用旧版本的下一步。
在 apk 选项卡的右上角,点击“切换到高级模式”链接。
点击停用,然后选择您想要激活的新版本。
单击激活,然后单击保存。现在,您的新版本已在 Google Play 上发布。
The above answer stopped short of explaining the next step of de-activating the old version.
In the apk tab, in the upper right corner, click the "Switch to Advance Mode" link.
Click De-activate then select the new version you want to activate.
Click Activate and then click save. Now, your new version is live on Google Play.