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 改变映射吗?我希望这个类被与以前版本不同的映射混淆,但事实并非如此。我怎样才能做到这一点?
ProGuard 的映射确实会有所不同,但差异取决于原始代码的变化。许多新方法可能只是得到一个混淆名称“a”,而不会影响其他方法的重命名。
如果你真的想要一个不同的映射,你可以指定一个随机的混淆字典(-obfuscationdictionary)。