gpt4 book ai didi

android - 如何安装从基本应用派生的各种应用程序

转载 作者:搜寻专家 更新时间:2023-11-01 07:41:53 24 4
gpt4 key购买 nike

我有一个应用程序(我们称它为 BaseApp),顾名思义,它是某种基本应用程序。

一位客户购买了我们的应用,所以我必须更改一些小的东西(颜色、标题、背景和图标 png 等)。

有什么方法可以在同一部手机上安装基本应用和客户端应用吗?

我更改了基本文件夹的名称,并在 AndroindManifest.xml 中更改了应用程序包,但如果我安装客户端应用程序,它会覆盖 BaseApp。

我怎样才能实现这个目标?

谢谢。

最佳答案

I have changed the name of the base folder, and in AndroindManifest.xml I changed the package of the app, but if I install the client app it overwrites the BaseApp.

不要那样做。

A client buys our app, so I have to change some minor things (colors, titles, background and icons pngs, that sort of things).

为该应用准备一个项目。有一个product flavor每个客户,加上可能用于测试的“通用”客户。

Is there any way I can install the base app AND the client app in the same phone?

在您的产品风格中,使用 applicationIdSuffix 将每个客户端的后缀放在应用程序 ID 上。应用程序 ID 使应用程序独一无二;具有独特的后缀意味着您客户的每个应用程序都是独一无二的。您需要这个用于 Play 商店或其他发行版。

关于android - 如何安装从基本应用派生的各种应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55633297/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com