Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 iOS 中,我们有针对客户的自定义应用程序编译的目标,例如自定义徽标或自定义内容。这在android中存在吗?
我不想复制整个项目,因为 80% 的方法是完全相同的。
Android Gradle 构建系统支持轻松地创建具有不同资源的构建变体。
使用较旧的基于 Ant/Eclipse 的构建工具,人们经常滚动他们自己的脚本来进行资源定制。
您可能想研究Android 中的内容提供程序,因为它们是最接近访问和管理我认为您的目标的可共享、可重用资源的东西。