简体   繁体   English

使用新项目更新Google Play上的应用(Android)吗?

[英]Update app (Android) on Google play with new project?

I had to start a new project because of some problems that I had with my old one. 由于旧项目存在一些问题,我不得不开始一个新项目。 I already published the old one, is there anyway I can make modifications to the new one so that I can just update my new project's apk into the old one? 我已经发布了旧版本,是否可以对新版本进行修改,以便可以将新项目的apk更新为旧版本?

如果您使用与前一个相同的包名称将新的apk上传到Play商店,则使用前一个apk的每个用户都将看到该应用程序有可用的更新,并且他可能会更新也可能不会更新首选项。

Keep the project name as same as the earlier one. 保持项目名称与先前的名称相同。 Sign your new project's apk with the existing keystore you used for the preceding apk. 使用用于先前apk的现有keystore对新项目的apk签名。 Log in to your developer console , choose the app --- APK --- `Upload new APK to Production 登录到developer console ,选择应用程序--- APK ---`将新APK上传到生产环境
在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM