简体   繁体   English

Play商店中一个应用的两个不同项目

[英]Two different project for one App in Play Store

I have a project deployed in the Google Play Store. 我在Google Play商店中部署了一个项目。 I have a very HUGE refactoring to do so the best thing is to restart from a blank project. 我的重构非常庞大,因此最好的方法是从空白项目重新启动。

I want to build the apk with this new project and deploy it in the play store in place of the apk created with my first project since it will be exactly the same app. 我想用这个新项目来构建apk并将其部署到Play商店中,以代替用我的第一个项目创建的apk,因为它将是完全相同的应用。 How can I be sure there will be no problems when i'll deploy the apk compiled in my new project ? 我将如何确保在新项目中部署编译的apk时不会出现问题? i first think it has to be the same package name and applicationid, what else ? 我首先认为它必须是相同的软件包名称和applicationid,还有什么?

  • same package name (same applicationId); 相同的程序包名称(相同的applicationId);
  • versionCode > current one in App Store; versionCode>在App Store中为当前版本;
  • signed with the same Key; 用相同的密钥签名;

After that you can publish the app as an update for the current app. 之后,您可以将应用程序发布为当前应用程序的更新。

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

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