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.
使用 Proguard 创建构建时,它会用另一个更改字符串资源 id。例如,我有两个按钮(按钮 1、按钮 2),分别带有“创建”、“更新”标签。在 Proguard 构建之后,button2 包含标签“创建”,但它假设有标签“更新”
这只发生在少数字符串资源 id 上。
该问题与另一个构建脚本有关。我们正在使用 crashlytics 进行错误报告。这个 crashlytics 构建文件以某种方式弄乱了资源 ID。