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.
我有多个在同一代码库上运行的 android 应用程序,但项目资源和 API 不同。我已阅读以下问题 如何从一个代码库创建多个 Android 应用程序,我的问题是如何管理项目资源,如图像、颜色、文本,这些资源在每个应用程序中完全不同。
应用项目中的资源会覆盖库项目中同名的资源。因此,您只需将图像等添加到您的应用程序项目中,它就会或多或少地自动运行。